X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fmodules%2Frssclient%2Fserv_rssclient.c;fp=citadel%2Fmodules%2Frssclient%2Fserv_rssclient.c;h=514ba1afd05b751131d5c3261bb1764ec7c493dc;hp=b4e59452f35d74b4e926cbfb2c18956e9f53dfd2;hb=b1fbde571ede625ac08a575b75384c670008fcc5;hpb=0d309c3f9280c215677530e59f68c8c149fd65ce diff --git a/citadel/modules/rssclient/serv_rssclient.c b/citadel/modules/rssclient/serv_rssclient.c index b4e59452f..514ba1afd 100644 --- a/citadel/modules/rssclient/serv_rssclient.c +++ b/citadel/modules/rssclient/serv_rssclient.c @@ -878,7 +878,7 @@ void SerializeRSSClientCfgLine(const CfgLineType *ThisOne, StrBuf *OutputBuffer, void DeleteRSSClientCfgLine(const CfgLineType *ThisOne, RoomNetCfgLine **data) { - RSSCfgLine *RSSCfg = (RSSCfgLine*) data; + RSSCfgLine *RSSCfg = (RSSCfgLine*) *data; FreeStrBuf(&RSSCfg->Url); free(*data);