[Fedora-i18n-bugs] [Bug 626652] Memory leak

bugzilla at redhat.com bugzilla at redhat.com
Thu Sep 2 03:41:24 UTC 2010


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=626652

fujiwara <tfujiwar at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #11 from fujiwara <tfujiwar at redhat.com> 2010-09-01 23:41:24 EDT ---
I had the furthermore investigations.
It seems valgrind doesn't indicate the correct leak stack because
dbus_message_get_cached() reuses DBusMessage and it would cause the difficult
debugging.

Finally I found my test program has a problem.
_process_key_event_reply_cb() didn't call dbus_message_unref().
If I fixed it, valgrind shows no definitely leak.

If I applied the similar fix in ibus, valgrind also shows no definitely leak in
my test.
Now I accept this bug as probably my fix is right.

I also saw other definitely leaks with evolution but probably they are not ibus
but evolution. e.g. could free gchar and unref PangoAttrList with
gtk_im_context_get_preedit_string().

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the i18n-bugs mailing list