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

Function free_datablock

common/minizip/zip.c:203–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201}
202
203local void free_datablock(linkedlist_datablock_internal* ldi)
204{
205 while (ldi!=NULL)
206 {
207 linkedlist_datablock_internal* ldinext = ldi->next_datablock;
208 TRYFREE(ldi);
209 ldi = ldinext;
210 }
211}
212
213local void init_linkedlist(linkedlist_data* ll)
214{

Callers 1

free_linkedlistFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected