MCPcopy Create free account
hub / github.com/boostorg/build / actions_free

Function actions_free

v2/engine/rules.c:513–521  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

511 */
512
513void actions_free( rule_actions * a )
514{
515 if ( --a->reference_count <= 0 )
516 {
517 function_free( a->command );
518 list_free( a->bindlist );
519 BJAM_FREE( a );
520 }
521}
522
523
524/*

Callers 2

rule_freeFunction · 0.85
set_rule_actionsFunction · 0.85

Calls 2

function_freeFunction · 0.85
list_freeFunction · 0.85

Tested by

no test coverage detected