mirror of
https://github.com/nodejs/node-v0.x-archive.git
synced 2026-04-28 03:01:10 -04:00
committed by
Ryan Dahl
parent
a1bafc5566
commit
3e667804eb
@@ -165,6 +165,7 @@ class ProcessWrap : public HandleWrap {
|
||||
}
|
||||
|
||||
free(options.cwd);
|
||||
free((void*)options.file);
|
||||
|
||||
if (options.env) {
|
||||
for (int i = 0; options.env[i]; i++) free(options.env[i]);
|
||||
|
||||
Reference in New Issue
Block a user