mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 19:41:47 +01:00
refs #5889 fix memory leak
git-svn-id: file:///svn/toku/tokudb@52257 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
a0a5410f9d
commit
e9641204f1
1 changed files with 1 additions and 0 deletions
|
@ -465,6 +465,7 @@ int deserialize_ft_from_fd_into_rbuf(int fd,
|
|||
} else {
|
||||
r = EINVAL;
|
||||
}
|
||||
toku_free(prefix);
|
||||
goto exit;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue