소스 검색

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: