ソースを参照

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: