[vlc-commits] ram: remove cargo-cultivated var_Destroy()

Rémi Denis-Courmont git at videolan.org
Sat Jun 3 16:14:50 CEST 2017


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Jun  3 17:13:52 2017 +0300| [38f3b276c2f4571b2c969d8206ffedde2c2c75b6] | committer: Rémi Denis-Courmont

ram: remove cargo-cultivated var_Destroy()

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=38f3b276c2f4571b2c969d8206ffedde2c2c75b6
---

 modules/demux/playlist/ram.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/demux/playlist/ram.c b/modules/demux/playlist/ram.c
index d79b80e798..0415784c93 100644
--- a/modules/demux/playlist/ram.c
+++ b/modules/demux/playlist/ram.c
@@ -379,7 +379,6 @@ static int Demux( demux_t *p_demux )
         }
     }
     input_item_node_PostAndDelete( p_subitems );
-    var_Destroy( p_demux, "m3u-extvlcopt" );
     free(psz_prefix);
     return 0; /* Needed for correct operation of go back */
 }



More information about the vlc-commits mailing list