Fix compilation error
This commit is contained in:
parent
474a923160
commit
a1a65d238c
@ -1440,7 +1440,7 @@ NULL
|
|||||||
#if defined(USE_JEMALLOC)
|
#if defined(USE_JEMALLOC)
|
||||||
sds info = sdsempty();
|
sds info = sdsempty();
|
||||||
je_malloc_stats_print(inputCatSds, &info, NULL);
|
je_malloc_stats_print(inputCatSds, &info, NULL);
|
||||||
addReplyVerbatim(c,info,sdslen(info),"txt")
|
addReplyVerbatim(c,info,sdslen(info),"txt");
|
||||||
sdsfree(info);
|
sdsfree(info);
|
||||||
#else
|
#else
|
||||||
addReplyBulkCString(c,"Stats not supported for the current allocator");
|
addReplyBulkCString(c,"Stats not supported for the current allocator");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user