Commit eb7d67a3 authored by Matt Stancliff's avatar Matt Stancliff
Browse files

Remove RDB AUX memory leaks

parent 36a3b753
......@@ -1324,8 +1324,8 @@ int rdbLoad(char *filename) {
auxkey->ptr);
}
zfree(auxkey);
zfree(auxval);
decrRefCount(auxkey);
decrRefCount(auxval);
continue; /* Read type again. */
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment