MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / free_linkedlist

Function free_linkedlist

common/minizip/zip.c:218–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216}
217
218local void free_linkedlist(linkedlist_data* ll)
219{
220 free_datablock(ll->first_block);
221 ll->first_block = ll->last_block = NULL;
222}
223
224
225local int add_data_in_datablock(linkedlist_data* ll, const void* buf, uLong len)

Callers 1

zipCloseFunction · 0.85

Calls 1

free_datablockFunction · 0.85

Tested by

no test coverage detected