Commit 5cc3fd94 authored by Laurent Aimar's avatar Laurent Aimar

Fixed a typo.

parent 4e6bc360
...@@ -161,7 +161,7 @@ static void CloseDecoder( vlc_object_t *p_this ) ...@@ -161,7 +161,7 @@ static void CloseDecoder( vlc_object_t *p_this )
continue; continue;
if( p_sys->pp_images[i]->p_pic ) if( p_sys->pp_images[i]->p_pic )
picture_Release( p_sys->pp_images[i] ); picture_Release( p_sys->pp_images[i]->p_pic );
free( p_sys->pp_images[i]->psz_filename ); free( p_sys->pp_images[i]->psz_filename );
free( p_sys->pp_images[i] ); free( p_sys->pp_images[i] );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment