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

Function lol_free

v2/engine/lists.c:408–414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

406 */
407
408void lol_free( LOL * lol )
409{
410 int i;
411 for ( i = 0; i < lol->count; ++i )
412 list_free( lol->list[ i ] );
413 lol->count = 0;
414}
415
416
417/*

Callers 2

cmd_freeFunction · 0.85
frame_freeFunction · 0.85

Calls 1

list_freeFunction · 0.85

Tested by

no test coverage detected