Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
880
void
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
main
Function · 0.85
_ppdCreateFromIPP2
Function · 0.85
cupsLangFlush
Function · 0.85
cupsLangGet
Function · 0.85
Calls
1
cupsArrayDelete
Function · 0.85
Tested by
no test coverage detected