Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ free_data_block
Function
free_data_block
win/share/giftiles.c:493–499 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
491
}
492
493
static void
494
free_data_block(struct DataBlock *block)
495
{
496
free(block->data);
497
block->size = 0;
498
block->data = NULL;
499
}
Callers
2
read_gif_tiles
Function · 0.85
read_data_block
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected