[Libreoffice-commits] core.git: svx/source
Szymon Kłos
eszkadev at gmail.com
Tue Aug 18 05:15:33 PDT 2015
svx/source/dialog/imapdlg.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit b28a2cb6823eeb9fefaa3432858fb3319e8b8bb3
Author: Szymon Kłos <eszkadev at gmail.com>
Date: Fri Aug 14 11:38:17 2015 +0200
resolved: crash while closing ImageMap Editor
Steps to reproduce crash:
1) Open Writer
2) Insert an image
3) Open ImageMap Editor (Edit > ImageMap)
4) Close window
Change-Id: I5f48345eb8ae8d2d1465082243348a8b2e8ccecf
Reviewed-on: https://gerrit.libreoffice.org/17754
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/svx/source/dialog/imapdlg.cxx b/svx/source/dialog/imapdlg.cxx
index 5cb34bb..4b0af96 100644
--- a/svx/source/dialog/imapdlg.cxx
+++ b/svx/source/dialog/imapdlg.cxx
@@ -220,6 +220,8 @@ SvxIMapDlg::~SvxIMapDlg()
void SvxIMapDlg::dispose()
{
+ pIMapWnd->SetUpdateLink( Link<>() );
+
// Delete URL-List
pIMapWnd.disposeAndClear();
DELETEZ( pOwnData );
More information about the Libreoffice-commits
mailing list