input_stream: added function input_stream_deinit()
All close() implementations must call this method.
This commit is contained in:
@@ -171,6 +171,7 @@ zzip_input_close(struct input_stream *is)
|
||||
|
||||
zzip_file_close(zis->file);
|
||||
zzip_archive_close(&zis->archive->base);
|
||||
input_stream_deinit(&zis->base);
|
||||
g_free(zis);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user