]> git.sesse.net Git - vlc/commitdiff
Typo
authorChristophe Mutricy <xtophe@videolan.org>
Wed, 29 Oct 2008 22:26:43 +0000 (22:26 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Wed, 29 Oct 2008 22:26:43 +0000 (22:26 +0000)
modules/video_output/snapshot.c

index 118e65a253f267fa22ba2c248eaddf4d0dd19109..35b6d6f3ed66b35d544cedd8798ebdb9916a71dd 100644 (file)
@@ -276,7 +276,7 @@ static int Init( vout_thread_t *p_vout )
         p_snapshot->p_data = ( char* ) malloc( i_datasize );
         if( p_snapshot->p_data == NULL )
         {
-            free( p_snapshort );
+            free( p_snapshot );
             return VLC_ENOMEM;
         }
         p_vout->p_sys->p_list[i_index] = p_snapshot;