mirror of
https://github.com/boostorg/build.git
synced 2026-02-21 15:02:19 +00:00
Fix mem leak from evaluating timing rules.
This commit is contained in:
@@ -769,7 +769,7 @@ static void call_timing_rule( TARGET * target, timing_info const * const time )
|
||||
);
|
||||
|
||||
/* Call the rule. */
|
||||
evaluate_rule( bindrule( rulename , root_module() ), rulename, frame );
|
||||
list_free( evaluate_rule( bindrule( rulename , root_module() ), rulename, frame ) );
|
||||
|
||||
/* Clean up. */
|
||||
frame_free( frame );
|
||||
|
||||
Reference in New Issue
Block a user