x264.c: don't leak on getString

This commit is contained in:
Ilkka Ollakka 2009-10-20 13:05:15 +03:00
parent 0e22b04bd1
commit 75b5621455

View File

@ -841,6 +841,7 @@ static int Open ( vlc_object_t *p_this )
{
p_sys->param.i_bframe_pyramid = X264_B_PYRAMID_NORMAL;
}
free( psz_val );
#else
p_sys->param.b_bframe_pyramid = var_GetBool( p_enc, SOUT_CFG_PREFIX "bpyramid" );
#endif