Compare commits
No commits in common. "7977ee7c8be89f7a3bf7bf7f240d7aad537ad047" and "3d5c4daad96d9523761691cc39159d95b61b360d" have entirely different histories.
7977ee7c8b
...
3d5c4daad9
7
main.c
7
main.c
@ -298,8 +298,6 @@ int main(int argc, char **argv)
|
||||
exit(1);
|
||||
}
|
||||
|
||||
g_option_context_free(context);
|
||||
|
||||
if (version) {
|
||||
print_version();
|
||||
goto ret_status;
|
||||
@ -327,10 +325,7 @@ int main(int argc, char **argv)
|
||||
}
|
||||
|
||||
ret_status:
|
||||
/* If necessary, free command line parameters.
|
||||
* This is only really necessary for automated mem-leak testing.
|
||||
* Omitting these frees would be perfectly fine.
|
||||
*/
|
||||
/* If necessary, free command line parameters */
|
||||
if (output_paths)
|
||||
g_strfreev(output_paths);
|
||||
if (renderer_args)
|
||||
|
Loading…
x
Reference in New Issue
Block a user