mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
Fix a GTK memory leak (Bug#75636)
* src/gtkutil.c (xg_create_frame_widgets): Don't call g_object_ref.
This commit is contained in:
parent
59167e2de8
commit
d5f99f4431
1 changed files with 0 additions and 1 deletions
|
|
@ -1735,7 +1735,6 @@ xg_create_frame_widgets (struct frame *f)
|
|||
g_signal_connect (wtop, "query-tooltip", G_CALLBACK (qttip_cb), f);
|
||||
|
||||
imc = gtk_im_multicontext_new ();
|
||||
g_object_ref (imc);
|
||||
gtk_im_context_set_use_preedit (imc, TRUE);
|
||||
|
||||
g_signal_connect (G_OBJECT (imc), "commit",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue