svtools/source/contnr/treelistbox.cxx | 1 - 1 file changed, 1 deletion(-)
New commits: commit 70acd9855b5095e18daede7661a8cfc36bd3544f Author: Julien Nabet <[email protected]> Date: Thu Dec 8 22:21:52 2016 +0100 tdf#104495: prevent autotext to crash when drag&drop See bt https://bugs.documentfoundation.org/attachment.cgi?id=129407 For non regression, I retested tdf#91125 since the delete comes from https://cgit.freedesktop.org/libreoffice/core/commit/?id=06ecf7d2aebe64226142ee27c2512351960f8bb1 Change-Id: I7ce833ffce20f1f159242014ba8ffe0ce5b7b11c Reviewed-on: https://gerrit.libreoffice.org/31773 Tested-by: Jenkins <[email protected]> Reviewed-by: Maxim Monastirsky <[email protected]> (cherry picked from commit 8776c20c1c72110d0f205150913eb17cdf3f1aaa) Reviewed-on: https://gerrit.libreoffice.org/31784 Reviewed-by: Michael Meeks <[email protected]> (cherry picked from commit 56261b0bb06e29b71e2cc555086100282e54d62e) Reviewed-on: https://gerrit.libreoffice.org/31794 Reviewed-by: Eike Rathke <[email protected]> Reviewed-by: jan iversen <[email protected]> Tested-by: jan iversen <[email protected]> diff --git a/svtools/source/contnr/treelistbox.cxx b/svtools/source/contnr/treelistbox.cxx index b73d4df..6a53c7c 100644 --- a/svtools/source/contnr/treelistbox.cxx +++ b/svtools/source/contnr/treelistbox.cxx @@ -1230,7 +1230,6 @@ void SvTreeListBox::StartDrag( sal_Int8, const Point& rPosPixel ) { nDragDropMode = nOldDragMode; DragFinished( DND_ACTION_NONE ); - delete pContainer; return; } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
