summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-02-10 14:18:25 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-02-10 14:18:25 +0000
commita08d7e2f8fcb78ab02331c19bd0d2864284ea1e0 (patch)
treeeb717c77bdbae0baddcac34b5dabc87425357f38 /plugins
parent8ee1c295c2e44fe5894ff118a0f234ad808e55bd (diff)
no, it wasn't a memory leak
git-svn-id: http://svn.miranda-ng.org/main/trunk@12081 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r--plugins/NewsAggregator/Src/Options.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/NewsAggregator/Src/Options.cpp b/plugins/NewsAggregator/Src/Options.cpp
index 5c6f582bce..1a91683e20 100644
--- a/plugins/NewsAggregator/Src/Options.cpp
+++ b/plugins/NewsAggregator/Src/Options.cpp
@@ -194,7 +194,6 @@ INT_PTR CALLBACK DlgProcChangeFeedOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LP
}
WindowList_Add(hChangeFeedDlgList, hwndDlg, hContact);
Utils_RestoreWindowPositionNoSize(hwndDlg, hContact, MODULE, "ChangeDlg");
- delete nSelItem;
}
return TRUE;