Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
eb7d67a3
Commit
eb7d67a3
authored
Jan 08, 2015
by
Matt Stancliff
Browse files
Remove RDB AUX memory leaks
parent
36a3b753
Changes
1
Show whitespace changes
Inline
Side-by-side
src/rdb.c
View file @
eb7d67a3
...
...
@@ -1324,8 +1324,8 @@ int rdbLoad(char *filename) {
auxkey
->
ptr
);
}
zfree
(
auxkey
);
zfree
(
auxval
);
decrRefCount
(
auxkey
);
decrRefCount
(
auxval
);
continue
;
/* Read type again. */
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment