svx/source/dialog/imapdlg.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit b28a2cb6823eeb9fefaa3432858fb3319e8b8bb3
Author: Szymon KÅos <[email protected]>
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 <[email protected]>
Reviewed-by: Caolán McNamara <[email protected]>
Tested-by: Caolán McNamara <[email protected]>
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 );
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits