From 139e8afc2c165a08f4fa13da70b0aad3cf7b9df5 Mon Sep 17 00:00:00 2001 From: Monty Date: Fri, 22 Dec 2017 14:16:21 +0200 Subject: Re-enable 'S' for --debug (sf_sanity checking for each call) - Fixed also a wrong comment and a wrong argument to printf --- mysys/my_malloc.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'mysys/my_malloc.c') diff --git a/mysys/my_malloc.c b/mysys/my_malloc.c index dc02d3896bd..2b022522f67 100644 --- a/mysys/my_malloc.c +++ b/mysys/my_malloc.c @@ -200,8 +200,6 @@ void *my_realloc(void *oldpoint, size_t size, myf my_flags) /** Free memory allocated with my_malloc. - @remark Relies on free being able to handle a NULL argument. - @param ptr Pointer to the memory allocated by my_malloc. */ void my_free(void *ptr) -- cgit v1.2.1