diff options
-rw-r--r-- | plugins/NewsAggregator/Src/CheckFeed.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/NewsAggregator/Src/CheckFeed.cpp b/plugins/NewsAggregator/Src/CheckFeed.cpp index cf89be9898..83a78ee173 100644 --- a/plugins/NewsAggregator/Src/CheckFeed.cpp +++ b/plugins/NewsAggregator/Src/CheckFeed.cpp @@ -175,7 +175,6 @@ static void XmlToMsg(MCONTACT hContact, CMString &title, CMString &link, CMStrin recv.szMessage = pszMessage;
ProtoChainRecvMsg(hContact, &recv);
}
- mir_free(message);
}
void CheckCurrentFeed(MCONTACT hContact)
|