Commit 5ab02811 authored by Laurent Aimar's avatar Laurent Aimar

Fixed a small leak when the rar stream_filter recognize the stream.

parent 65bd21f9
......@@ -129,6 +129,7 @@ static int Open(vlc_object_t *object)
}
RarFileDelete(f);
}
free(base);
free(files);
if (!data)
return VLC_EGENERIC;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment