[vlc-devel] commit: Typo (Christophe Mutricy )
git version control
git at videolan.org
Wed Oct 29 23:59:44 CET 2008
vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Wed Oct 29 22:26:43 2008 +0000| [b9751c6b4bf933fa5abe92a82b9855ccbf79529e] | committer: Christophe Mutricy
Typo
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b9751c6b4bf933fa5abe92a82b9855ccbf79529e
---
modules/video_output/snapshot.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/video_output/snapshot.c b/modules/video_output/snapshot.c
index 118e65a..35b6d6f 100644
--- a/modules/video_output/snapshot.c
+++ b/modules/video_output/snapshot.c
@@ -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;
More information about the vlc-devel
mailing list