mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-24 03:26:21 +00:00
Fixed some memory leaks
This commit is contained in:
@@ -48,6 +48,7 @@ main(int argc, char **argv)
|
||||
g_option_context_add_main_entries(context, entries, NULL);
|
||||
if (!g_option_context_parse(context, &argc, &argv, &error)) {
|
||||
g_print("%s\n", error->message);
|
||||
g_option_context_free(context);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user