diff options
Diffstat (limited to 'src/util/support/t_path.c')
-rw-r--r-- | src/util/support/t_path.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/support/t_path.c b/src/util/support/t_path.c index 550d748b79..ebf3bde253 100644 --- a/src/util/support/t_path.c +++ b/src/util/support/t_path.c @@ -170,6 +170,7 @@ main(void) (int)i, joined, ejoined); status = 1; } + free(joined); } for (i = 0; i < sizeof(isabs_tests) / sizeof(*isabs_tests); i++) { |