Merge branch 'cm/fix-context-leak' into 'gtk-3-24'

updateiconcache: Fix GOptionContext leak in 3.24

See merge request GNOME/gtk!7917
This commit is contained in:
Matthias Clasen 2025-02-21 16:57:15 +00:00
commit ff29793fb6

View File

@ -1729,6 +1729,7 @@ main (int argc, char **argv)
g_option_context_add_main_entries (context, args, GETTEXT_PACKAGE);
g_option_context_parse (context, &argc, &argv, NULL);
g_option_context_free (context);
path = argv[1];
#ifdef G_OS_WIN32