Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MapServer/MapServer
/ msFreeImageIM
Function
msFreeImageIM
mapimagemap.c:2075–2078 ·
view source on GitHub ↗
* Free gdImagePtr */
Source
from the content-addressed store, hash-verified
2073
* Free gdImagePtr
2074
*/
2075
void msFreeImageIM(imageObj* img)
2076
{
2077
free(img->img.imagemap);
2078
}
2079
Callers
1
msFreeImage
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected