]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/dataview.cpp
Disable symbols visibility support for the Clang compiler.
[wxWidgets.git] / src / gtk / dataview.cpp
index 2f7e57112f4c0c7ea2287f25a2c2cd812669a563..e27c9080009ea3ddfce96fe352621e620de2e210 100644 (file)
@@ -3578,6 +3578,7 @@ gboolean wxDataViewCtrlInternal::row_draggable( GtkTreeDragSource *WXUNUSED(drag
     GtkTreePath *path )
 {
     delete m_dragDataObject;
+    m_dragDataObject = NULL;
 
     wxDataViewItem item(GetOwner()->GTKPathToItem(path));
     if ( !item )