diff options
author | Mario Trangoni <mjtrangoni@gmail.com> | 2018-03-25 16:13:10 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-07-03 16:40:06 +0200 |
commit | 913fcf1a74426725f14380dd5b34286a21c37ab7 (patch) | |
tree | 70892161161325931ae5f1b444b277a4d9f0379d /nxcomp | |
parent | c58cbc26cc2a04fa06d22333ffe7ad52f7ede1fa (diff) | |
download | nx-libs-913fcf1a74426725f14380dd5b34286a21c37ab7.tar.gz nx-libs-913fcf1a74426725f14380dd5b34286a21c37ab7.tar.bz2 nx-libs-913fcf1a74426725f14380dd5b34286a21c37ab7.zip |
Fix some memory leaks.
Diffstat (limited to 'nxcomp')
-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 |