summaryrefslogtreecommitdiff
path: root/plugins/NewsAggregator/Src/Options.cpp
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2014-12-16 15:59:22 +0000
committerKirill Volinsky <mataes2007@gmail.com>2014-12-16 15:59:22 +0000
commit9b99778dc834d59f0951d7d63da21d6018354d4c (patch)
tree84a64bedfc0ecbdf908828e3262db7a6105bb6eb /plugins/NewsAggregator/Src/Options.cpp
parentc48a1b84f72cf016b6badf1c175ca02a8082bc9f (diff)
NewsAggregator: some fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@11467 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewsAggregator/Src/Options.cpp')
-rw-r--r--plugins/NewsAggregator/Src/Options.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/NewsAggregator/Src/Options.cpp b/plugins/NewsAggregator/Src/Options.cpp
index 061885880a..15a712fa6f 100644
--- a/plugins/NewsAggregator/Src/Options.cpp
+++ b/plugins/NewsAggregator/Src/Options.cpp
@@ -194,6 +194,7 @@ 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;