]> git.ozlabs.org Git - ccan-lca-2011.git/commitdiff
rbtree: fix memory leak in tests
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 10 Jan 2011 05:51:24 +0000 (16:21 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 10 Jan 2011 05:51:24 +0000 (16:21 +1030)
The data is not made a child of the tree: the nodes are made children of the
data.  So we must explicitly free the data objects.


No differences found