Skip to content
Snippets Groups Projects
Commit 20da5318 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix (harmless) memory leak reported by ASan when running 'jsexec -?'

parent f9acb79d
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -1429,6 +1429,7 @@ int main(int argc, char **argv, char** env)
// fall-through
case '?':
usage();
iniFreeStringList(ini);
return(do_bail(1));
}
continue;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment