mime: update GMime implementation to latest API
commita24eac4a5af1d350203394368084e8ed5d704df1
authorStefan Becker <stefan.becker@nokia.com>
Wed, 5 May 2010 21:26:11 +0000 (6 00:26 +0300)
committerStefan Becker <stefan.becker@nokia.com>
Wed, 5 May 2010 21:26:11 +0000 (6 00:26 +0300)
tree561af8a96722efca2162995f1ae1904a79f263b8
parentc2cadc03985a65b9a31f0925f960fa0e6b4a8dad
mime: update GMime implementation to latest API

Valgrind also showed memory leaks in the GMime implementation. I added a
g_object_unref() for the multipart we construct. Unfortunately the GMime
documentation is very unclear about memory handling :-(

This change fixes the memory leak. But now for each part in the multipart a
g_object_unref assert message is generated. My guess is that this is a bug
in GMime...
src/core/sipe-mime.c