Skip to content
  • Timothy OBrien's avatar
    nautilus-canvas-dnd.c: destroy drag_info.selection_cache on drag_end_callback() · 4f05a1be
    Timothy OBrien authored and Carlos Soriano's avatar Carlos Soriano committed
    When the user is dragging items between locations, a drag_info.selection_cache is initialized within drag_begin_callback(). However, unlike other caches, the drag_info.selection_cache is never destroyed by drag_end_callback() once the drag operation is complete.
    
    This patch frees the drag_info.selection_cache once the user drag action is complete.
    
    Fixes #787
    4f05a1be