showrendernode: Plug GOptionContext memory leak

This commit is contained in:
Timm Bäder 2020-10-10 19:02:43 +02:00 committed by Matthias Clasen
parent 161b171004
commit da0abfce3a

View File

@ -152,6 +152,9 @@ main (int argc, char **argv)
return 1;
}
g_option_context_free (option_context);
option_context = NULL;
g_message ("Compare: %d, write to filename: %s", compare_node, write_to_filename);
gtk_init ();