Remove RDB AUX memory leaks
This commit is contained in:
parent
36a3b75355
commit
eb7d67a3ab
@ -1324,8 +1324,8 @@ int rdbLoad(char *filename) {
|
||||
auxkey->ptr);
|
||||
}
|
||||
|
||||
zfree(auxkey);
|
||||
zfree(auxval);
|
||||
decrRefCount(auxkey);
|
||||
decrRefCount(auxval);
|
||||
continue; /* Read type again. */
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user