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