diff options
Diffstat (limited to 'nxcomp/src')
-rw-r--r-- | nxcomp/src/Children.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nxcomp/src/Children.cpp b/nxcomp/src/Children.cpp index 2431e5329..036cffa95 100644 --- a/nxcomp/src/Children.cpp +++ b/nxcomp/src/Children.cpp @@ -1038,6 +1038,7 @@ int UnsetEnv(const char *name) } result = 0; + delete[] varName; #else |