summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-07-29 22:57:54 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-07-29 22:57:54 +0300
commitc085ec9744d1012627970e8590939ce661042380 (patch)
treedfc574c2acfc792002588a38313de4b7f58c827e /plugins
parentae4580fcc45128e40499184fad2ffb04d0620c95 (diff)
not needed anymore
Diffstat (limited to 'plugins')
-rw-r--r--plugins/CurrencyRates/src/ImportExport.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/CurrencyRates/src/ImportExport.cpp b/plugins/CurrencyRates/src/ImportExport.cpp
index 98317a56c7..a01e68349b 100644
--- a/plugins/CurrencyRates/src/ImportExport.cpp
+++ b/plugins/CurrencyRates/src/ImportExport.cpp
@@ -328,8 +328,6 @@ bool handle_module(MCONTACT hContact, const IXMLNode::TXMLNodePtr& pXmlModule)
dbs.value.type = DBVT_WCHAR;
if (set_contact_settings(hContact, dbs))
++cCreatedRecords;
-
- mir_free(dbs.value.pwszVal);
}
else if (0 == mir_wstrcmpi(g_pszXmlTypeBlob, sType.c_str())) {
size_t bufLen;