]> git.sesse.net Git - vlc/commitdiff
Removed duplicated call in imem.
authorLaurent Aimar <fenrir@videolan.org>
Tue, 30 Mar 2010 18:45:00 +0000 (20:45 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Tue, 30 Mar 2010 18:45:00 +0000 (20:45 +0200)
modules/access/imem.c

index 3d65b99e4790785464f827549c26e0e1a4398b61..a03fbe87e30158ad3dfbdf1c40a56c1c592f0d82 100644 (file)
@@ -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)