input_stream: added function input_stream_deinit()
All close() implementations must call this method.
This commit is contained in:
@@ -103,6 +103,7 @@ input_mms_close(struct input_stream *is)
|
||||
struct input_mms *m = (struct input_mms *)is;
|
||||
|
||||
mmsx_close(m->mms);
|
||||
input_stream_deinit(&m->base);
|
||||
g_free(m);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user