diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-05-14 01:39:14 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-05-14 02:05:50 +0200 |
commit | ffd9e164af2895c19edeee90b35032d74e2eac96 (patch) | |
tree | ee41c40cea02883c11a85899494a75127e21e5c8 /sc | |
parent | d8d078f4927ecc173e30c90d2859f756a601957a (diff) |
fix dbgutil crash with autofilter dialog after VclPtr change
Change-Id: Ic8f3079ddc7db8be349d4b322cc35a8f6aa38d9b
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/cctrl/checklistmenu.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/cctrl/checklistmenu.cxx b/sc/source/ui/cctrl/checklistmenu.cxx index 8dd50aa67b47..8b98dfcbfc78 100644 --- a/sc/source/ui/cctrl/checklistmenu.cxx +++ b/sc/source/ui/cctrl/checklistmenu.cxx @@ -912,6 +912,7 @@ ScCheckListMenuWindow::~ScCheckListMenuWindow() void ScCheckListMenuWindow::dispose() { + maEdSearch.disposeAndClear(); maChecks.disposeAndClear(); maChkToggleAll.disposeAndClear(); maBtnSelectSingle.disposeAndClear(); |