From 163b7ca187c3e967947ac68b510e326ac5eb3a22 Mon Sep 17 00:00:00 2001 From: moritz Date: Fri, 9 Mar 2007 02:24:04 +0000 Subject: [PATCH] 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 --- src/playlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/playlist.c b/src/playlist.c index 0580895..0118e92 100644 --- a/src/playlist.c +++ b/src/playlist.c @@ -265,7 +265,7 @@ playlist_free(playlist_t **pl) if (tmp->prog_track != NULL) xfree(tmp->prog_track); - xfree(pl); + xfree(*pl); } const char *