hime-ime / hime

HIME Input Method Editor
http://hime-ime.github.io
267 stars 48 forks source link

Fix gtk3 crash #649

Closed xatier closed 4 years ago

xatier commented 4 years ago

Caller (gtk runtime) of gtk_im_context_hime_get_preedit_string would unreference the attribute list PangoAttrList **attrs.

Always populate a valid attribute list instead of early return.

Ref: https://developer.gnome.org/gtk2/stable/GtkIMContext.html#gtk-im-context-get-preedit-string https://developer.gnome.org/gtk3/stable/GtkIMContext.html#gtk-im-context-get-preedit-string