commit | 6da0396cac7692b6667c09382a746593fff90e6d | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <mawilcox@microsoft.com> | Sun Jan 29 01:52:55 2017 -0500 |
committer | Matthew Wilcox <mawilcox@microsoft.com> | Mon Feb 13 21:44:07 2017 -0500 |
tree | ea53cfb2caa296e7aa62eeff3238f8277cb19877 | |
parent | 18d0c57394e42ff536e5fdc776b6b217fdd9889c [diff] |
radix tree test suite: Fix leaks in regression2.c None of the malloc'ed data structures were ever being freed. Found with -fsanitize=address. Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com> Reviewed-by: Rehas Sachdeva <aquannie@gmail.com>