diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-06-23 09:41:40 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-06-23 09:41:58 +0100 |
commit | d531743ca34232aedc0b437a9ff5807dea8d51ed (patch) | |
tree | cb01ae4442c971aa3098ed3d193d6ea4453d7b77 /svtools/source | |
parent | 7ab4f31b6e23bc33ca9bb3bd6ca44da029148a8d (diff) |
VclPtr: svtools error message dialog doesn't dispose
Change-Id: I83640cc60d5e0239d228c749c32f896df5e2d9f2
Diffstat (limited to 'svtools/source')
-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 09fa9c48c72f..3534f508c2aa 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; } |