mirror of
https://github.com/fluencelabs/redis
synced 2025-03-25 03:41:04 +00:00
Lua debugger: ldbSendLogs() memory leak fixed.
This commit is contained in:
parent
87672adee2
commit
d99ce09343
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user