mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-06 02:51:00 +01:00
The hash table stores the list of unmatched IN_MOVE_FROM events, but we were removing entries from it when popping IN_MOVE_TO events. Fix that up to correct a crash in nautilus due to the assertion failure below. https://bugzilla.gnome.org/show_bug.cgi?id=746749