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

Fix memory leak.

[SVN r75913]
This commit is contained in:
Steven Watanabe
2011-12-12 02:07:28 +00:00
parent ce422823c9
commit 9f8d0b953e

View File

@@ -2526,6 +2526,7 @@ FUNCTION * function_compile_actions( const char * actions, OBJECT * file, int li
parse = parse_actions( actions );
compiler_init( c );
var_parse_actions_compile( parse, c );
var_parse_actions_free( parse );
compile_emit( c, INSTR_RETURN, 0 );
result = compile_to_function( c );
compiler_free( c );