Comment #4 on issue 1712 by [email protected]: Various leak fixes
http://code.google.com/p/ibus/issues/detail?id=1712

Ah, I'll look more at patch 0007, sorry for the crashes.
Regarding ibus_serialize_deserialize(), the problem I've seen was with string properties with default values. This happens in ibusenginedesc.c for example ('longname', 'description', 'language', ...). These properties will be non-NULL right after the object is created, an ibus_serialize_deserialize() will not free the memory which was allocated for them. I can get a valgrind trace for that and amend the commit message with more details.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
You received this message because you are subscribed to the Google
Groups "ibus-devel" group.
iBus project web page: http://code.google.com/p/ibus/
iBus dev group: http://groups.google.com/group/ibus-devel?hl=en
--- You received this message because you are subscribed to the Google Groups "ibus-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

回复