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

karl at motherfish-iii.xiph.org karl at motherfish-iii.xiph.org
Fri Dec 10 09:27:06 PST 2004


Author: karl
Date: 2004-12-10 09:27:06 -0800 (Fri, 10 Dec 2004)
New Revision: 8364

Modified:
   icecast/trunk/icecast/src/yp.c
Log:
fix minor memory leak


Modified: icecast/trunk/icecast/src/yp.c
===================================================================
--- icecast/trunk/icecast/src/yp.c	2004-12-10 15:52:50 UTC (rev 8363)
+++ icecast/trunk/icecast/src/yp.c	2004-12-10 17:27:06 UTC (rev 8364)
@@ -488,7 +488,6 @@
         yp->server_desc = strdup ("");
         yp->server_genre = strdup ("");
         yp->bitrate = strdup ("");
-        yp->server_desc = strdup ("");
         yp->server_type = strdup ("");
         yp->cluster_password = strdup ("");
         yp->url = strdup ("");



More information about the commits mailing list