package-manager: Plug leak in specs option parsing

This commit is contained in:
Ole André Vadla Ravnås
2025-11-04 10:23:32 +01:00
parent f5ba22ad36
commit dc652faa90
+2
View File
@@ -5251,6 +5251,8 @@ PyPackageManager_parse_install_options (const gchar * project_root, const char *
goto propagate_error;
frida_package_install_options_add_spec (options, spec);
g_free (spec);
}
}