diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-06-23 09:41:40 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2016-06-26 14:01:56 +0200 |
commit | 78434299e6a7f6d4cac8816d664dee6b6a1543c9 (patch) | |
tree | ea7e29e25251a9210d0c06b1ef0a8667316fc6f3 | |
parent | d2420ef0a4d2d14d325d51923f1d09fc0761db2d (diff) |
VclPtr: svtools error message dialog doesn't dispose
Change-Id: I83640cc60d5e0239d228c749c32f896df5e2d9f2
(cherry picked from commit d531743ca34232aedc0b437a9ff5807dea8d51ed)
Reviewed-on: https://gerrit.libreoffice.org/26588
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: David Tardon <dtardon@redhat.com>
(cherry picked from commit 401dfdc7f25cb112face662c3fa8aff7ec9c6ef1)
-rw-r--r-- | svtools/source/misc/ehdl.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svtools/source/misc/ehdl.cxx b/svtools/source/misc/ehdl.cxx index c7248717dbbd..876e992d6fd7 100644 --- a/svtools/source/misc/ehdl.cxx +++ b/svtools/source/misc/ehdl.cxx @@ -137,6 +137,7 @@ static sal_uInt16 aWndFunc( SAL_WARN( "svtools.misc", "Unknown MessBox return value" ); break; } + pBox.disposeAndClear(); return nRet; } |