2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00

Clean up insignificant leak

[SVN r14300]
This commit is contained in:
Dave Abrahams
2002-07-04 15:31:23 +00:00
parent ce547061e2
commit 9aaf5bb4fa
2 changed files with 4 additions and 0 deletions

View File

@@ -671,6 +671,8 @@ void var_expand_unit_test()
for ( l2 = l, e2 = expected; l2 && e2; l2 = list_next(l2), e2 = list_next(e2) )
assert( !strcmp( e2->string, l2->string ) );
list_free(l);
list_free(expected);
lol_free(lol);
}

View File

@@ -671,6 +671,8 @@ void var_expand_unit_test()
for ( l2 = l, e2 = expected; l2 && e2; l2 = list_next(l2), e2 = list_next(e2) )
assert( !strcmp( e2->string, l2->string ) );
list_free(l);
list_free(expected);
lol_free(lol);
}