input_stream: added function input_stream_deinit()
All close() implementations must call this method.
This commit is contained in:
@@ -98,6 +98,7 @@ input_rewind_close(struct input_stream *is)
|
||||
|
||||
input_stream_close(r->input);
|
||||
|
||||
input_stream_deinit(&r->base);
|
||||
g_free(r);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user