mirror of
https://github.com/mpv-player/mpv
synced 2025-01-30 03:32:50 +00:00
More free() that were forgotten in r21806 memleak fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21808 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
538674f6b6
commit
8f46652d6d
@ -375,9 +375,12 @@ void sdpplin_free(sdpplin_t *description) {
|
||||
free(description->stream[i]->mlti_data);
|
||||
if (description->stream[i]->asm_rule_book)
|
||||
free(description->stream[i]->asm_rule_book);
|
||||
free(description->stream[i]);
|
||||
}
|
||||
}
|
||||
|
||||
if(description->stream_count)
|
||||
free(description->stream);
|
||||
if (description->title)
|
||||
free(description->title);
|
||||
if (description->author)
|
||||
|
Loading…
Reference in New Issue
Block a user