RSS-Client: more leaks.
authorWilfried Goesgens <dothebart@citadel.org>
Sun, 30 Jan 2011 21:24:38 +0000 (22:24 +0100)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 30 Jan 2011 21:24:38 +0000 (22:24 +0100)
  - in case of abort we would loose the reply bod

citadel/modules/rssclient/serv_rssclient.c

index 2d9000fb60dc16e3cb4c9232d6d7e9b69ac5214d..3977a1c078616804fc9b160c00003af6988e7217 100644 (file)
@@ -1378,6 +1378,7 @@ void rss_do_fetching(rssnetcfg *Cfg) {
                              XML_GetErrorCode(xp)));
 
 shutdown:
+       FreeStrBuf(Answer);
        curl_easy_cleanup(curl);
        XML_ParserFree(xp);