2
0
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:
Rene Rivera
2022-04-02 14:03:00 -05:00
parent b6b7ff57c0
commit 63d677fce4

View File

@@ -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 );