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/input_stream.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/input_stream.c') diff --git a/src/input_stream.c b/src/input_stream.c index 96c692176..e769adb92 100644 --- a/src/input_stream.c +++ b/src/input_stream.c @@ -99,8 +99,6 @@ input_stream_read(struct input_stream *is, void *ptr, size_t size, void input_stream_close(struct input_stream *is) { - g_free(is->mime); - is->plugin->close(is); } -- cgit v1.2.3