From fb9bd53328e3ff57ea4b3cfee24068f9fb54927b Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 18 Jan 2010 09:57:53 +0100 Subject: input_stream: added function input_stream_deinit() All close() implementations must call this method. --- src/archive/zzip_archive_plugin.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/archive/zzip_archive_plugin.c') diff --git a/src/archive/zzip_archive_plugin.c b/src/archive/zzip_archive_plugin.c index 7e59a0935..fdf6b677c 100644 --- a/src/archive/zzip_archive_plugin.c +++ b/src/archive/zzip_archive_plugin.c @@ -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); } -- cgit v1.2.3