diff options
author | Dan Vrátil <dvratil@redhat.com> | 2012-06-08 23:39:19 +0800 |
---|---|---|
committer | Dan Vrátil <dvratil@redhat.com> | 2012-06-08 23:39:19 +0800 |
commit | 32fdd45dd6f219403f6d786040b4f749bf69a849 (patch) | |
tree | 866c69f6f2da1b159a35a363f47274f947f2f1c7 | |
parent | b3dee9a31b67b2865b54e7ec2201def63d4056d1 (diff) | |
download | gsoc2013-evolution-32fdd45dd6f219403f6d786040b4f749bf69a849.tar.gz gsoc2013-evolution-32fdd45dd6f219403f6d786040b4f749bf69a849.tar.zst gsoc2013-evolution-32fdd45dd6f219403f6d786040b4f749bf69a849.zip |
Do not unref CamelDataWrapper obtained from CamelMimePart
-rw-r--r-- | em-format/e-mail-parser-inlinepgp-signed.c | 1 |
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); |