RSS: wrong pointer indirection *gna*
authorWilfried Goesgens <dothebart@citadel.org>
Sun, 30 Jan 2011 21:29:30 +0000 (22:29 +0100)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 30 Jan 2011 21:29:30 +0000 (22:29 +0100)
citadel/modules/rssclient/serv_rssclient.c

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