mirror of
https://github.com/videolan/vlc.git
synced 2024-12-12 03:06:13 +08:00
x264.c: don't leak on getString
This commit is contained in:
parent
0e22b04bd1
commit
75b5621455
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user