Commit e35dcda6 authored by Rémi Duraffort's avatar Rémi Duraffort

qt4: fix memleak.

parent ffdcddc1
......@@ -1065,6 +1065,7 @@ void Equalizer::setCorePreset( int i_preset )
config_PutPsz( p_intf, "equalizer-preset", preset_list[i_preset] );
config_PutFloat( p_intf, "equalizer-preamp",
eqz_preset_10b[i_preset]->f_preamp );
free( psz_values );
}
static int PresetCallback( vlc_object_t *p_this, char const *psz_cmd,
......
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