https://bugs.documentfoundation.org/show_bug.cgi?id=103472

--- Comment #7 from Julien Nabet <serval2...@yahoo.fr> ---
Edit::dragGestureRecognized
(http://opengrok.libreoffice.org/xref/core/vcl/source/control/edit.cxx#2832) is
called once, it allocates a DDInfo object to mpDDInfo.

But Edit::dragDropEnd
(http://opengrok.libreoffice.org/xref/core/vcl/source/control/edit.cxx#2869)
which deletes mpDDInfo and put it to nullPtr is called twice
1)
#0  Edit::dragDropEnd (this=0x35db3b0, rDSDE=...) at
/home/julien/lo/libreoffice/vcl/source/control/edit.cxx:2881
#1  0x00002aaab42b0fd9 in vcl::unohelper::DragAndDropWrapper::dragDropEnd
(this=0x35dbe50, rDSDE=...) at
/home/julien/lo/libreoffice/vcl/source/app/dndhelp.cxx:103
#2  0x00002aaac79c4720 in GtkDragSource::dragDelete (this=0x26dbbc0) at
/home/julien/lo/libreoffice/vcl/unx/gtk3/gtk3gtkframe.cxx:4172
#3  0x00002aaac79c47a3 in GtkSalFrame::signalDragDelete (frame=0x2695bb0) at
/home/julien/lo/libreoffice/vcl/unx/gtk3/gtk3gtkframe.cxx:4180

2)
#0  Edit::dragDropEnd (this=0x35db3b0, rDSDE=...) at
/home/julien/lo/libreoffice/vcl/source/control/edit.cxx:2881
#1  0x00002aaab42b0fd9 in vcl::unohelper::DragAndDropWrapper::dragDropEnd
(this=0x35dbe50, rDSDE=...) at
/home/julien/lo/libreoffice/vcl/source/app/dndhelp.cxx:103
#2  0x00002aaac79c481f in GtkDragSource::dragEnd (this=0x26dbbc0,
context=0x3a2a1d0) at
/home/julien/lo/libreoffice/vcl/unx/gtk3/gtk3gtkframe.cxx:4188
#3  0x00002aaac79c48b4 in GtkSalFrame::signalDragEnd (context=0x3a2a1d0,
frame=0x2695bb0) at
/home/julien/lo/libreoffice/vcl/unx/gtk3/gtk3gtkframe.cxx:4197

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to