MCPcopy Create free account
hub / github.com/OpenPrinting/cups / _cupsMessageFree

Function _cupsMessageFree

cups/language.c:880–888  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

878 */
879
880void
881_cupsMessageFree(cups_array_t *a) /* I - Message array */
882{
883 /*
884 * Free the array...
885 */
886
887 cupsArrayDelete(a);
888}
889
890
891/*

Callers 4

mainFunction · 0.85
_ppdCreateFromIPP2Function · 0.85
cupsLangFlushFunction · 0.85
cupsLangGetFunction · 0.85

Calls 1

cupsArrayDeleteFunction · 0.85

Tested by

no test coverage detected