[xiph-commits] r12692 - trunk/ezstream/src
moritz at svn.xiph.org
moritz at svn.xiph.org
Thu Mar 8 18:24:06 PST 2007
Author: moritz
Date: 2007-03-08 18:24:04 -0800 (Thu, 08 Mar 2007)
New Revision: 12692
Modified:
trunk/ezstream/src/playlist.c
Log:
Squash a bug that I introduced a few hours ago ...
Modified: trunk/ezstream/src/playlist.c
===================================================================
--- trunk/ezstream/src/playlist.c 2007-03-09 01:52:03 UTC (rev 12691)
+++ trunk/ezstream/src/playlist.c 2007-03-09 02:24:04 UTC (rev 12692)
@@ -265,7 +265,7 @@
if (tmp->prog_track != NULL)
xfree(tmp->prog_track);
- xfree(pl);
+ xfree(*pl);
}
const char *
More information about the commits
mailing list