MCPcopy 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
493static void
494free_data_block(struct DataBlock *block)
495{
496 free(block->data);
497 block->size = 0;
498 block->data = NULL;
499}

Callers 2

read_gif_tilesFunction · 0.85
read_data_blockFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected