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

Function var_parse_string_free

src/engine/function.cpp:1901–1905  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1899 */
1900
1901static void var_parse_string_free( VAR_PARSE_STRING * string )
1902{
1903 object_free( string->s );
1904 BJAM_FREE( string );
1905}
1906
1907
1908/*

Callers 1

var_parse_freeFunction · 0.85

Calls 1

object_freeFunction · 0.85

Tested by

no test coverage detected