mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2024-11-03 04:17:18 -05:00
Squash a bug that I introduced a few hours ago ...
git-svn-id: https://svn.xiph.org/trunk/ezstream@12692 0101bb08-14d6-0310-b084-bc0e0c8e3800
This commit is contained in:
parent
5e877a1686
commit
163b7ca187
@ -265,7 +265,7 @@ playlist_free(playlist_t **pl)
|
||||
if (tmp->prog_track != NULL)
|
||||
xfree(tmp->prog_track);
|
||||
|
||||
xfree(pl);
|
||||
xfree(*pl);
|
||||
}
|
||||
|
||||
const char *
|
||||
|
Loading…
Reference in New Issue
Block a user