GNOME Bugzilla – Bug 341354
A memory leak in e_text_preedit_changed_cb in e-text.c
Last modified: 2013-09-13 00:51:59 UTC
Please describe the problem: A memory leak in e_text_preedit_changed_cb in e-text.c. It wastes huge memory while using input method. Steps to reproduce: 1. 2. 3. Actual results: Expected results: Does this happen every time? Other information:
Created attachment 65206 [details] [review] a patch
Created attachment 65207 [details] [review] revised patch orz... The previous patch has a typo...
Created attachment 65373 [details] [review] update patch Added ChangeLog.
Yeah..this is indeed a nasty leak. Thanks for the patch :-)
patch committed to both branches: http://cvs.gnome.org/viewcvs/evolution/widgets/text/e-text.c?r1=1.168&r2=1.169 http://cvs.gnome.org/viewcvs/evolution/widgets/text/e-text.c?r1=1.168&r2=1.168.2.1 fix will be included in unstable evolution 2.7.4 and stable evolution 2.6.3. thanks a lot for providing this patch!