Free zip data source
libzip (-lzip)
#include <zip.h>
void
zip_source_free(struct zip_source *source);
The function zip_source_free() frees the zip data source source. If source is NULL, it does nothing.
NOTE: This function should not be called on a source after it was used successfully in a zip_add(3) or zip_replace(3) call.
Dieter Baron <[email protected]> and Thomas Klausner <[email protected]>