mirror of
https://github.com/fluencelabs/redis
synced 2025-04-30 21:12:13 +00:00
Lua debugger: ldbSendLogs() memory leak fixed.
This commit is contained in:
parent
75788d6af1
commit
4a00bccff1
@ -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