Free the motion hint infos in GdkDisplay

https://bugzilla.gnome.org/show_bug.cgi?id=645235
This commit is contained in:
Garrett Regier 2011-03-19 09:11:45 -07:00 committed by Matthias Clasen
parent 3032fdce2a
commit 8d3810b0b6

View File

@ -237,6 +237,7 @@ gdk_display_finalize (GObject *object)
NULL);
g_hash_table_destroy (display->device_grabs);
g_hash_table_destroy (display->motion_hint_info);
g_hash_table_destroy (display->pointers_info);
g_hash_table_destroy (display->multiple_click_info);