Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ FreeImageFile
Function
FreeImageFile
sys/amiga/winchar.c:255–262 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
253
}
254
255
void
256
FreeImageFile(struct BitMap **bmp)
257
{
258
if (*bmp) {
259
MyFreeBitMap(*bmp);
260
*bmp = NULL;
261
}
262
}
263
264
BitMapHeader
265
ReadTileImageFiles(void)
Callers
2
FreeTileImageFiles
Function · 0.85
amii_outrip
Function · 0.85
Calls
1
MyFreeBitMap
Function · 0.85
Tested by
no test coverage detected