mirror of
https://github.com/fluencelabs/redis
synced 2025-06-16 18:51:20 +00:00
Lua debugger: ldbSendLogs() memory leak fixed.
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user