Commit 2cb1e514 authored by Laurent Aimar's avatar Laurent Aimar

Removed duplicated call in imem.

parent 48c8ae72
......@@ -251,11 +251,6 @@ static int Open(vlc_object_t *object)
sys->source.data = (void *)(uintptr_t)strtoull(tmp, NULL, 0);
free(tmp);
/* Now we can parse the MRL (get/release must not be parsed to avoid
* security risks) */
if (*demux->psz_path)
ParseMRL(demux);
/* Now we can parse the MRL (get/release must not be parsed to avoid
* security risks) */
if (*demux->psz_path)
......
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