Commit e9641204 authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

refs #5889 fix memory leak


git-svn-id: file:///svn/toku/tokudb@52257 c7de825b-a66e-492c-adef-691d508d4ae1
parent a0a5410f
......@@ -465,6 +465,7 @@ int deserialize_ft_from_fd_into_rbuf(int fd,
} else {
r = EINVAL;
}
toku_free(prefix);
goto exit;
}
......
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