Explorar o código

Properly free memory at the end of the test.

Cyril Roelandt %!s(int64=13) %!d(string=hai) anos
pai
achega
4cdf0a494c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      tests/datawizard/scratch.c

+ 1 - 0
tests/datawizard/scratch.c

@@ -112,6 +112,7 @@ int main(int argc, char **argv)
 		}
 	}
 
+	free(A);
 	return ret;
 
 enodev: