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

Function rule_free

v2/engine/rules.c:140–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138
139
140void rule_free( RULE * r )
141{
142 object_free( r->name );
143 r->name = 0;
144 if ( r->procedure )
145 function_free( r->procedure );
146 r->procedure = 0;
147 if ( r->actions )
148 actions_free( r->actions );
149 r->actions = 0;
150}
151
152
153/*

Callers 1

delete_rule_Function · 0.85

Calls 3

object_freeFunction · 0.85
function_freeFunction · 0.85
actions_freeFunction · 0.85

Tested by

no test coverage detected