Memleak: when expanding shorter URLs we need to free the reply buffer.
authorWilfried Goesgens <dothebart@citadel.org>
Sat, 14 May 2011 09:48:17 +0000 (09:48 +0000)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 4 Sep 2011 20:39:58 +0000 (20:39 +0000)
citadel/modules/rssclient/serv_rssclient.c

index 0a3d5792c0b145fd6b870a9e2e4bb4b37bae5d9e..93af337862f8fce2a3248a7e908482924498c3b8 100644 (file)
@@ -143,7 +143,6 @@ void UnlinkRooms(rss_aggregator *Cfg)
 
                DeleteHashPos(&At);
        }
-
 }
 
 void UnlinkRSSAggregator(rss_aggregator *Cfg)