]> git.sesse.net Git - vlc/commitdiff
-fixed a typo.
authorStéphane Borel <stef@videolan.org>
Mon, 4 Mar 2002 23:34:16 +0000 (23:34 +0000)
committerStéphane Borel <stef@videolan.org>
Mon, 4 Mar 2002 23:34:16 +0000 (23:34 +0000)
plugins/dvdread/input_dvdread.c

index 2a537a52cd3524fc82d1f76747e4fd9c9ed8bc4a..95504a73cf1467b050985fb47f4c27ba0b6c5a9c 100644 (file)
@@ -6,7 +6,7 @@
  * It depends on: libdvdread for ifo files and block reading.
  *****************************************************************************
  * Copyright (C) 2001 VideoLAN
  * It depends on: libdvdread for ifo files and block reading.
  *****************************************************************************
  * Copyright (C) 2001 VideoLAN
- * $Id: input_dvdread.c,v 1.26 2002/03/04 22:18:25 gbazin Exp $
+ * $Id: input_dvdread.c,v 1.27 2002/03/04 23:34:16 stef Exp $
  *
  * Author: Stéphane Borel <stef@via.ecp.fr>
  *
  *
  * Author: Stéphane Borel <stef@via.ecp.fr>
  *
@@ -310,7 +310,7 @@ static int DvdReadOpen( struct input_thread_s *p_input )
 
     /* free allocated strings */
     if( psz_source != psz_orig )
 
     /* free allocated strings */
     if( psz_source != psz_orig )
-        free( psz_device );
+        free( psz_source );
     free( psz_orig );
 
     if( ! p_dvdread )
     free( psz_orig );
 
     if( ! p_dvdread )