Sync advapi32, comctl32, crypt32, cryptui, cryptnet, fusion, gdi32, gdiplus, hlink...
[reactos.git] / rostests / winetests / msvcrtd / debug.c
index 71f6e4c..40fceac 100644 (file)
@@ -60,6 +60,7 @@ static void test_new(void)
 
   mem = pMSVCRTD_operator_new_dbg(42, _NORMAL_BLOCK, __FILE__, __LINE__);
   ok(mem != NULL, "memory not allocated\n");
+  HeapFree(GetProcessHeap(), 0, mem);
 }
 
 /**********************************************************************/