refs #5889 fix memory leak

git-svn-id: file:///svn/toku/tokudb@52257 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
Leif Walsh 2013-04-17 00:01:27 -04:00 committed by Yoni Fogel
parent a0a5410f9d
commit e9641204f1

View file

@ -465,6 +465,7 @@ int deserialize_ft_from_fd_into_rbuf(int fd,
} else {
r = EINVAL;
}
toku_free(prefix);
goto exit;
}