mirror of
https://github.com/mpv-player/mpv
synced 2024-12-13 02:15:59 +00:00
Fix asmrp_dispose to also free the buffer.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29624 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2726fe03ec
commit
70a247b26d
@ -116,6 +116,7 @@ static void asmrp_dispose (asmrp_t *p) {
|
||||
for (i=0; i<p->sym_tab_num; i++)
|
||||
free (p->sym_tab[i].id);
|
||||
|
||||
free(p->buf);
|
||||
free (p);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user