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

karl at svn.xiph.org karl at svn.xiph.org
Wed Oct 24 18:03:47 PDT 2007


Author: karl
Date: 2007-10-24 18:03:47 -0700 (Wed, 24 Oct 2007)
New Revision: 14044

Modified:
   icecast/trunk/icecast/src/connection.c
Log:
fix minor memory leak on failed shoutcast source auth


Modified: icecast/trunk/icecast/src/connection.c
===================================================================
--- icecast/trunk/icecast/src/connection.c	2007-10-24 22:42:49 UTC (rev 14043)
+++ icecast/trunk/icecast/src/connection.c	2007-10-25 01:03:47 UTC (rev 14044)
@@ -1214,6 +1214,7 @@
         else
             INFO1 ("password does not match \"%s\"", client->refbuf->data);
         client_destroy (client);
+        free (source_password);
         free (node);
         return;
     }



More information about the commits mailing list