mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-10-31 22:49:02 +00:00
mpegaudioparse: fix silly leak in _reset
This commit is contained in:
parent
ba56999212
commit
b25d139538
1 changed files with 1 additions and 1 deletions
|
@ -206,8 +206,8 @@ gst_mpeg_audio_parse_reset (GstMpegAudioParse * mp3parse)
|
|||
mp3parse->vbri_total_time = 0;
|
||||
mp3parse->vbri_bytes = 0;
|
||||
mp3parse->vbri_seek_points = 0;
|
||||
mp3parse->vbri_seek_table = NULL;
|
||||
g_free (mp3parse->vbri_seek_table);
|
||||
mp3parse->vbri_seek_table = NULL;
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue