]> Pileus Git - ~andy/gtk/commit
Avoid a crash in gtk_im_context_ime_reset
authorKazuki Iwamoto <iwm@maid.org>
Mon, 6 Jun 2011 23:33:23 +0000 (19:33 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 6 Jun 2011 23:33:23 +0000 (19:33 -0400)
commit74f57ee04dfd06d4082443dee20cd8a16428d3d9
treeeb2051585a049aef9a1dfd8ccf5d9b60321bf05a
parent3ef2e366375226b9d31c536b080759e1da74ca87
Avoid a crash in gtk_im_context_ime_reset

When GTK+ runs with inputim-ime.dll module, there is NULL
pointer reference. Because "context_ime->client_window" may
be NULL in gtk_im_context_ime_reset.

https://bugzilla.gnome.org/show_bug.cgi?id=644906
modules/input/gtkimcontextime.c