[vlc-commits] rc: fix previous commit (wrong C&P)

Rémi Duraffort git at videolan.org
Sat Jul 13 10:06:18 CEST 2013


vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Sat Jul 13 10:05:14 2013 +0200| [eb73eec87c833bc8d6e0a448d3ac346c4dd2b81c] | committer: Rémi Duraffort

rc: fix previous commit (wrong C&P)

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

 modules/control/rc.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/control/rc.c b/modules/control/rc.c
index e8629d6..ee9fd83 100644
--- a/modules/control/rc.c
+++ b/modules/control/rc.c
@@ -321,7 +321,7 @@ static int Activate( vlc_object_t *p_this )
     intf_sys_t *p_sys = malloc( sizeof( *p_sys ) );
     if( unlikely(p_sys == NULL) )
     {
-        net_ListenClose( p_sys->pi_socket_listen );
+        net_ListenClose( pi_socket );
         free( psz_unix_path );
         return VLC_ENOMEM;
     }



More information about the vlc-commits mailing list