2008-01-22 Joel Sherrill <joel.sherrill@OARcorp.com>

* malloctest/init.c: Remove debug print.
This commit is contained in:
Joel Sherrill
2008-01-22 15:39:05 +00:00
parent af043e1319
commit b89f64cc41
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2008-01-22 Joel Sherrill <joel.sherrill@OARcorp.com>
* malloctest/init.c: Remove debug print.
2008-01-09 Joel Sherrill <joel.sherrill@OARcorp.com>
* monitor02/.cvsignore: New file.

View File

@@ -77,7 +77,6 @@ void test_realloc(void)
p2 = malloc(8);
free(p1);
sc = posix_memalign(&p1, 16, 32);
printf( "sc = %d\n", sc );
if (!sc)
free(p1);