void ctest_sprintf_free()
in
src/ctest.c [620:623]
4
lines of code
1
McCabe index (conditional complexity)
void ctest_sprintf_free(char* string) { free(string); }