Преглед на файлове

Properly free memory at the end of the test.

Cyril Roelandt преди 13 години
родител
ревизия
4cdf0a494c
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  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: