commit | 3b7869c31f9358a63e502c8c5c7664daf1c6d8b0 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <mawilcox@microsoft.com> | Sun Jan 29 02:00:31 2017 -0500 |
committer | Matthew Wilcox <mawilcox@microsoft.com> | Mon Feb 13 21:44:08 2017 -0500 |
tree | bde89d986ede39d505af0b2a544106948dee116f | |
parent | 6da0396cac7692b6667c09382a746593fff90e6d [diff] |
radix tree test suite: Fix split/join memory leaks The last of the memory leaks in the test suite was a couple of places in the split/join testing where I forgot to free the element being removed from the tree. Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com> Reviewed-by: Rehas Sachdeva <aquannie@gmail.com>