]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
radix tree test suite: Fix split/join memory leaks
authorMatthew Wilcox <mawilcox@microsoft.com>
Sun, 29 Jan 2017 07:00:31 +0000 (02:00 -0500)
committerMatthew Wilcox <mawilcox@microsoft.com>
Tue, 14 Feb 2017 02:44:08 +0000 (21:44 -0500)
commit3b7869c31f9358a63e502c8c5c7664daf1c6d8b0
treebde89d986ede39d505af0b2a544106948dee116f
parent6da0396cac7692b6667c09382a746593fff90e6d
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>
tools/testing/radix-tree/multiorder.c