MCPcopy Create free account
hub / github.com/audacity/audacity / zipfileEntryFree

Function zipfileEntryFree

lib-src/sqlite/shell.c:6262–6267  ·  view source on GitHub ↗

** Free the ZipfileEntry structure indicated by the only argument. */

Source from the content-addressed store, hash-verified

6260** Free the ZipfileEntry structure indicated by the only argument.
6261*/
6262static void zipfileEntryFree(ZipfileEntry *p){
6263 if( p ){
6264 sqlite3_free(p->cds.zFile);
6265 sqlite3_free(p);
6266 }
6267}
6268
6269/*
6270** Release resources that should be freed at the end of a write

Callers 5

zipfileResetCursorFunction · 0.85
zipfileGetEntryFunction · 0.85
zipfileNextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected