diff options
author | Monty <monty@mariadb.org> | 2017-12-22 14:16:21 +0200 |
---|---|---|
committer | Monty <monty@mariadb.org> | 2017-12-22 14:56:58 +0200 |
commit | 139e8afc2c165a08f4fa13da70b0aad3cf7b9df5 (patch) | |
tree | cf3eb4a3d2c54fc09d2e5c144d8eb7633ff6bd9a /mysys/my_malloc.c | |
parent | 1464f4808c08155fd10ba09eae2bb2c3f177482c (diff) | |
download | mariadb-git-139e8afc2c165a08f4fa13da70b0aad3cf7b9df5.tar.gz |
Re-enable 'S' for --debug (sf_sanity checking for each call)
- Fixed also a wrong comment and a wrong argument to printf
Diffstat (limited to 'mysys/my_malloc.c')
-rw-r--r-- | mysys/my_malloc.c | 2 |
1 files changed, 0 insertions, 2 deletions
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) |