Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ free_tilerefs
Function
free_tilerefs
win/share/tilemap.c:1544–1553 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1542
}
1543
1544
void
1545
free_tilerefs(void)
1546
{
1547
int i;
1548
1549
for (i = 0; i < SIZE(tilelist); i++) {
1550
if (tilelist[i])
1551
free((genericptr_t) tilelist[i]), tilelist[i] = 0;
1552
}
1553
}
1554
1555
#endif
1556
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected