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

Remember to clean up.

[SVN r75793]
This commit is contained in:
Steven Watanabe
2011-12-03 20:00:18 +00:00
parent e730100e50
commit 12954e5708

View File

@@ -391,6 +391,14 @@ static LIST * function_call_rule( JAM_FUNCTION * function, FRAME * frame, STACK
backtrace_line( frame );
printf( "warning: rulename %s expands to empty string\n", unexpanded );
backtrace( frame );
list_free( first );
for( i = 0; i < n_args; ++i )
{
list_free( stack_pop( s ) );
}
return result;
}