Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
a1a65d23
Unverified
Commit
a1a65d23
authored
Sep 20, 2019
by
Evgeny
Committed by
GitHub
Sep 20, 2019
Browse files
Fix compilation error
parent
474a9231
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/object.c
View file @
a1a65d23
...
...
@@ -1440,7 +1440,7 @@ NULL
#if defined(USE_JEMALLOC)
sds
info
=
sdsempty
();
je_malloc_stats_print
(
inputCatSds
,
&
info
,
NULL
);
addReplyVerbatim
(
c
,
info
,
sdslen
(
info
),
"txt"
)
addReplyVerbatim
(
c
,
info
,
sdslen
(
info
),
"txt"
)
;
sdsfree
(
info
);
#else
addReplyBulkCString
(
c
,
"Stats not supported for the current allocator"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment