From f541d0e00b83db51b489a7e4169472eba700ed28 Mon Sep 17 00:00:00 2001 From: Milian Wolff Date: Wed, 21 May 2014 14:42:33 +0200 Subject: [PATCH] Introduce a memleak in the test app. --- tests/test.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test.cpp b/tests/test.cpp index db52e6b..75738ca 100644 --- a/tests/test.cpp +++ b/tests/test.cpp @@ -17,7 +17,6 @@ void asdf() { int* i = new int; printf("i in asdf: %p\n", i); - delete i; } void bar() -- 2.7.4