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
d99ce093
Commit
d99ce093
authored
Nov 13, 2015
by
antirez
Browse files
Lua debugger: ldbSendLogs() memory leak fixed.
parent
87672ade
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/scripting.c
View file @
d99ce093
...
...
@@ -1540,6 +1540,7 @@ void ldbSendLogs(void) {
listDelNode
(
ldb
.
logs
,
ln
);
}
write
(
ldb
.
fd
,
proto
,
sdslen
(
proto
));
sdsfree
(
proto
);
}
/* Start a debugging session before calling EVAL implementation.
...
...
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