diff options
Diffstat (limited to 'malloc/tst-obstack.c')
| -rw-r--r-- | malloc/tst-obstack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/malloc/tst-obstack.c b/malloc/tst-obstack.c index 18af8ea62f..d80f471fa0 100644 --- a/malloc/tst-obstack.c +++ b/malloc/tst-obstack.c @@ -20,8 +20,8 @@ verbose_malloc (size_t size) static void verbose_free (void *buf) { - free (buf); printf ("free (%p)\n", buf); + free (buf); } static int |
