From: Sergio Villar Senin Date: Mon, 18 Aug 2008 16:45:34 +0000 (+0000) Subject: * Partially fixes NB#87598 X-Git-Tag: git_migration_finished~1219 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=1194f3fc55051969b9c992d3284ccc00f52f6698 * Partially fixes NB#87598 pmo-trunk-r5317 --- diff --git a/src/modest-tny-msg.c b/src/modest-tny-msg.c index 2732927..23f465f 100644 --- a/src/modest-tny-msg.c +++ b/src/modest-tny-msg.c @@ -496,6 +496,7 @@ modest_tny_msg_find_body_part_from_mime_part (TnyMimePart *msg, gboolean want_ht /* it's a message --> ignore */ if (part && TNY_IS_MSG (part)) { g_object_unref (part); + part = NULL; tny_iterator_next (iter); continue; }