2009-05-09 Joel Sherrill <joel.sherrill@oarcorp.com>

* malloctest/init.c: Fix warning.
This commit is contained in:
Joel Sherrill
2009-05-09 17:19:25 +00:00
parent 8b21646e2c
commit d0a263ac1e
2 changed files with 4 additions and 1 deletions
+4
View File
@@ -1,3 +1,7 @@
2009-05-09 Joel Sherrill <joel.sherrill@oarcorp.com>
* malloctest/init.c: Fix warning.
2009-05-07 Joel Sherrill <joel.sherrill@oarcorp.com>
* malloctest/init.c: Fix typo.
-1
View File
@@ -149,7 +149,6 @@ void test_heap_cases_1()
rsc = _Heap_Resize_block( &TestHeap, p1, 41, &u1, &u2 );
/* XXX what should we expect */
_Heap_Free( &TestHeap, p3 );
_Heap_Free( &TestHeap, p4 );
_Heap_Free( &TestHeap, p1 );
/*