mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
imcontextsimple: Don't use g_object_unref on events
Events are not objects anymore.
This commit is contained in:
parent
9ccd514682
commit
aa2ca80817
@ -929,7 +929,7 @@ no_sequence_matches (GtkIMContextSimple *context_simple,
|
||||
0);
|
||||
|
||||
gtk_im_context_filter_keypress (context, tmp_event);
|
||||
g_object_unref (tmp_event);
|
||||
gdk_event_unref (tmp_event);
|
||||
}
|
||||
|
||||
return gtk_im_context_filter_keypress (context, event);
|
||||
|
Loading…
Reference in New Issue
Block a user