updateiconcache: Fix GOptionContext leak in main

This commit is contained in:
correctmost 2024-11-12 21:16:18 -05:00
parent e37d15f75c
commit 549f537445

View File

@ -1708,6 +1708,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