提交 585884da 编写于 作者: A Alon Diamant 提交者: antirez

Fixed memory leaks in rdbSaveToSlavesSockets()

上级 ca3dd5e5
...@@ -1491,7 +1491,9 @@ int rdbSaveToSlavesSockets(void) { ...@@ -1491,7 +1491,9 @@ int rdbSaveToSlavesSockets(void) {
{ {
retval = REDIS_ERR; retval = REDIS_ERR;
} }
zfree(msg);
} }
zfree(clientids);
exitFromChild((retval == REDIS_OK) ? 0 : 1); exitFromChild((retval == REDIS_OK) ? 0 : 1);
} else { } else {
/* Parent */ /* Parent */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册