* mu-msg-part: don't free wrapper, we don't own it

This commit is contained in:
djcb 2013-04-17 00:07:05 +03:00
parent 3de875ffc8
commit 8c0b7eb92a
1 changed files with 1 additions and 1 deletions

View File

@ -610,7 +610,7 @@ write_part_to_fd (GMimePart *part, int fd, GError **err)
} else
rv = TRUE;
g_object_unref (wrapper);
/* g_object_unref (wrapper); we don't own it */
g_object_unref (stream);
return rv;