]> git.eshelyaron.com Git - emacs.git/commit
Fix a GTK memory leak (Bug#75636)
authorPip Cet <pipcet@protonmail.com>
Sun, 19 Jan 2025 03:27:34 +0000 (03:27 +0000)
committerEshel Yaron <me@eshelyaron.com>
Mon, 20 Jan 2025 15:57:00 +0000 (16:57 +0100)
commit084b98bcd2270801cf3c56d395fa3649f0729e63
tree2a56d9b37cccabd24127519f275af6d904ad79ca
parentb6a71274f6d8129b481ebabaf4bb280b74df2186
Fix a GTK memory leak (Bug#75636)

* src/gtkutil.c (xg_create_frame_widgets): Don't call g_object_ref.

(cherry picked from commit d5f99f4431551865ff547ff2ecb7f10844ce881a)
src/gtkutil.c