[vlc-devel] commit: samba: remove debug test. ( Rémi Duraffort )

git version control git at videolan.org
Thu Jun 25 10:09:44 CEST 2009


vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Thu Jun 25 10:07:36 2009 +0200| [daaa8bf04aa33c15ca22dd9ba2b6e475d518a086] | committer: Rémi Duraffort 

samba: remove debug test.

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

 modules/access/smb.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/modules/access/smb.c b/modules/access/smb.c
index 58b19b3..cdfbc83 100644
--- a/modules/access/smb.c
+++ b/modules/access/smb.c
@@ -258,8 +258,6 @@ static void Close( vlc_object_t *p_this )
     access_sys_t *p_sys = p_access->p_sys;
 
     smbc_close( p_sys->i_smb );
-    smbc_free_context( smbc_set_context(NULL), 1 );
-
     free( p_sys );
 }
 




More information about the vlc-devel mailing list