MCPcopy Create free account
hub / github.com/coreutils/coreutils / cleanup

Function cleanup

src/pr.c:2745–2754  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2743 Free everything we've xmalloc'ed, except 'header'. */
2744
2745static void
2746cleanup (void)
2747{
2748 free (number_buff);
2749 free (clump_buff);
2750 free (column_vector);
2751 free (line_vector);
2752 free (end_vector);
2753 free (buff);
2754}
2755
2756/* Complain, print a usage message, and die. */
2757

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected