fix a memory leak, free input context list (#113259).
* modules/input/gtkimcontextxim.c (xim_info_display_closed): fix a memory leak, free input context list (#113259).
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
Tue May 20 21:59:59 2003 Hidetoshi Tajima <hidetoshi.tajima@sun.com>
|
||||
|
||||
* modules/input/gtkimcontextxim.c (xim_info_display_closed):
|
||||
fix a memory leak, free input context list (#113259).
|
||||
|
||||
Tue May 20 17:27:24 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkimmodule.c (gtk_im_module_init): Silently
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
Tue May 20 21:59:59 2003 Hidetoshi Tajima <hidetoshi.tajima@sun.com>
|
||||
|
||||
* modules/input/gtkimcontextxim.c (xim_info_display_closed):
|
||||
fix a memory leak, free input context list (#113259).
|
||||
|
||||
Tue May 20 17:27:24 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkimmodule.c (gtk_im_module_init): Silently
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
Tue May 20 21:59:59 2003 Hidetoshi Tajima <hidetoshi.tajima@sun.com>
|
||||
|
||||
* modules/input/gtkimcontextxim.c (xim_info_display_closed):
|
||||
fix a memory leak, free input context list (#113259).
|
||||
|
||||
Tue May 20 17:27:24 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkimmodule.c (gtk_im_module_init): Silently
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
Tue May 20 21:59:59 2003 Hidetoshi Tajima <hidetoshi.tajima@sun.com>
|
||||
|
||||
* modules/input/gtkimcontextxim.c (xim_info_display_closed):
|
||||
fix a memory leak, free input context list (#113259).
|
||||
|
||||
Tue May 20 17:27:24 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkimmodule.c (gtk_im_module_init): Silently
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
Tue May 20 21:59:59 2003 Hidetoshi Tajima <hidetoshi.tajima@sun.com>
|
||||
|
||||
* modules/input/gtkimcontextxim.c (xim_info_display_closed):
|
||||
fix a memory leak, free input context list (#113259).
|
||||
|
||||
Tue May 20 17:27:24 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkimmodule.c (gtk_im_module_init): Silently
|
||||
|
||||
@@ -318,7 +318,7 @@ xim_info_display_closed (GdkDisplay *display,
|
||||
for (tmp_list = ics; tmp_list; tmp_list = tmp_list->next)
|
||||
set_ic_client_window (tmp_list->data, NULL, TRUE);
|
||||
|
||||
g_slist_free (tmp_list);
|
||||
g_slist_free (ics);
|
||||
|
||||
g_signal_handler_disconnect (info->settings, info->status_set);
|
||||
g_signal_handler_disconnect (info->settings, info->preedit_set);
|
||||
|
||||
Reference in New Issue
Block a user