diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2014-12-16 15:59:22 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2014-12-16 15:59:22 +0000 |
commit | 9b99778dc834d59f0951d7d63da21d6018354d4c (patch) | |
tree | 84a64bedfc0ecbdf908828e3262db7a6105bb6eb /plugins/NewsAggregator/Src/Options.cpp | |
parent | c48a1b84f72cf016b6badf1c175ca02a8082bc9f (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.cpp | 1 |
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;
|