[xiph-commits] r8349 - icecast/trunk/icecast/src

karl at motherfish-iii.xiph.org karl at motherfish-iii.xiph.org
Tue Dec 7 18:36:03 PST 2004


Author: karl
Date: 2004-12-07 18:36:03 -0800 (Tue, 07 Dec 2004)
New Revision: 8349

Modified:
   icecast/trunk/icecast/src/yp.c
Log:
I should fix the leak properly :)


Modified: icecast/trunk/icecast/src/yp.c
===================================================================
--- icecast/trunk/icecast/src/yp.c	2004-12-08 02:30:01 UTC (rev 8348)
+++ icecast/trunk/icecast/src/yp.c	2004-12-08 02:36:03 UTC (rev 8349)
@@ -747,7 +747,7 @@
         if (ypdata->audio_info) {
             free(ypdata->audio_info);
         }
-        if (ypdata->audio_info) {
+        if (ypdata->cluster_password) {
             free(ypdata->cluster_password);
         }
         free (ypdata->error_msg);



More information about the commits mailing list