Compare commits

..

No commits in common. "83a7848c1418b118d88d90fde167752b6565a0ff" and "48eb2c296f226f4dfcdd4d4bcd056c543536046e" have entirely different histories.

7
main.c
View File

@ -298,8 +298,6 @@ int main(int argc, char **argv)
exit(1); exit(1);
} }
g_option_context_free(context);
if (version) { if (version) {
print_version(); print_version();
goto ret_status; goto ret_status;
@ -327,10 +325,7 @@ int main(int argc, char **argv)
} }
ret_status: ret_status:
/* If necessary, free command line parameters. /* If necessary, free command line parameters */
* This is only really necessary for automated mem-leak testing.
* Omitting these frees would be perfectly fine.
*/
if (output_paths) if (output_paths)
g_strfreev(output_paths); g_strfreev(output_paths);
if (renderer_args) if (renderer_args)