From 913fcf1a74426725f14380dd5b34286a21c37ab7 Mon Sep 17 00:00:00 2001 From: Mario Trangoni Date: Sun, 25 Mar 2018 16:13:10 +0200 Subject: Fix some memory leaks. --- nxcomp/src/Children.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'nxcomp') 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 -- cgit v1.2.3