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

Function cmd_free

src/engine/command.cpp:98–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 */
97
98void cmd_free( CMD * cmd )
99{
100 cmdlist_free( cmd->next );
101 lol_free( &cmd->args );
102 list_free( cmd->shell );
103 string_free( cmd->buf );
104 freetargets( cmd->unlock );
105 BJAM_FREE( (void *)cmd );
106}
107
108
109/*

Callers 3

make1cFunction · 0.85
make1c_closureFunction · 0.85
make1cmdsFunction · 0.85

Calls 5

cmdlist_freeFunction · 0.85
lol_freeFunction · 0.85
list_freeFunction · 0.85
string_freeFunction · 0.85
freetargetsFunction · 0.85

Tested by

no test coverage detected