MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / free_datablock

Function free_datablock

extlibs/minizip/src/zip.c:202–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

free_linkedlistFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected