1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-09-15 04:08:07 -04: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:
moritz 2007-03-09 02:24:04 +00:00
parent 5e877a1686
commit 163b7ca187

View File

@ -265,7 +265,7 @@ playlist_free(playlist_t **pl)
if (tmp->prog_track != NULL) if (tmp->prog_track != NULL)
xfree(tmp->prog_track); xfree(tmp->prog_track);
xfree(pl); xfree(*pl);
} }
const char * const char *