diff options
-rw-r--r-- | utils/osmo-config-merge.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/osmo-config-merge.c b/utils/osmo-config-merge.c index 3762c679..c76e42d5 100644 --- a/utils/osmo-config-merge.c +++ b/utils/osmo-config-merge.c @@ -265,4 +265,6 @@ int main(int argc, char **argv) /* make AddressSanitizer / LeakSanitizer happy by recursively freeing the trees */ talloc_free(patch_tree); talloc_free(base_tree); + + return 0; } |