Skip to content

Commit dc652fa

Browse files
committed
package-manager: Plug leak in specs option parsing
1 parent f5ba22a commit dc652fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

frida/_frida/extension.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5251,6 +5251,8 @@ PyPackageManager_parse_install_options (const gchar * project_root, const char *
52515251
goto propagate_error;
52525252

52535253
frida_package_install_options_add_spec (options, spec);
5254+
5255+
g_free (spec);
52545256
}
52555257
}
52565258

0 commit comments

Comments
 (0)