Compare commits
No commits in common. "83a7848c1418b118d88d90fde167752b6565a0ff" and "48eb2c296f226f4dfcdd4d4bcd056c543536046e" have entirely different histories.
83a7848c14
...
48eb2c296f
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