summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2015-09-18 08:33:34 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2015-09-18 08:33:34 +0000
commit2bf9e434b2921cc5fa9882cf1271ed2f1f0a4b71 (patch)
tree4180ad417200a154c52b329435ddfd0b48fb1ccd
parentebddac80a3a428ada4d009e4e028d764ec2cac84 (diff)
revert of [15377]
git-svn-id: http://svn.miranda-ng.org/main/trunk@15378 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--plugins/NewsAggregator/Src/CheckFeed.cpp1
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)