aboutsummaryrefslogtreecommitdiffstats
path: root/em-format
diff options
context:
space:
mode:
authorDan Vrátil <dvratil@redhat.com>2012-06-08 23:39:19 +0800
committerDan Vrátil <dvratil@redhat.com>2012-06-08 23:39:19 +0800
commit32fdd45dd6f219403f6d786040b4f749bf69a849 (patch)
tree866c69f6f2da1b159a35a363f47274f947f2f1c7 /em-format
parentb3dee9a31b67b2865b54e7ec2201def63d4056d1 (diff)
downloadgsoc2013-evolution-32fdd45dd6f219403f6d786040b4f749bf69a849.tar
gsoc2013-evolution-32fdd45dd6f219403f6d786040b4f749bf69a849.tar.gz
gsoc2013-evolution-32fdd45dd6f219403f6d786040b4f749bf69a849.tar.bz2
gsoc2013-evolution-32fdd45dd6f219403f6d786040b4f749bf69a849.tar.lz
gsoc2013-evolution-32fdd45dd6f219403f6d786040b4f749bf69a849.tar.xz
gsoc2013-evolution-32fdd45dd6f219403f6d786040b4f749bf69a849.tar.zst
gsoc2013-evolution-32fdd45dd6f219403f6d786040b4f749bf69a849.zip
Do not unref CamelDataWrapper obtained from CamelMimePart
Diffstat (limited to 'em-format')
-rw-r--r--em-format/e-mail-parser-inlinepgp-signed.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/em-format/e-mail-parser-inlinepgp-signed.c b/em-format/e-mail-parser-inlinepgp-signed.c
index d90dcddd2e..ff475054d9 100644
--- a/em-format/e-mail-parser-inlinepgp-signed.c
+++ b/em-format/e-mail-parser-inlinepgp-signed.c
@@ -191,7 +191,6 @@ empe_inlinepgp_signed_parse (EMailParserExtension *extension,
/* Clean Up */
camel_cipher_validity_free (valid);
- g_object_unref (dw);
g_object_unref (opart);
g_object_unref (ostream);
g_object_unref (cipher);