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:
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user