The row_draggable callback could blithely delete m_dragDataObject twice as it
didn't reset it to NULL after deleting it the first time. Then, if the object
wasn't changed in the meanwhile, e.g. because dragging was not allowed for
this item, it tried to do it again when called the next time resulting in a
crash.
Closes #12538.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68324
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775