[evolution/webkit: 93/182] Fix a minor memory leak
- From: Dan VrÃtil <dvratil src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/webkit: 93/182] Fix a minor memory leak
- Date: Tue, 6 Mar 2012 16:16:31 +0000 (UTC)
commit 8801407d87e4b2d1402ed6780a315b64246a4e8a
Author: Dan VrÃtil <dvratil redhat com>
Date: Wed Jan 4 12:03:58 2012 +0100
Fix a minor memory leak
mail/em-format-html.c | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/mail/em-format-html.c b/mail/em-format-html.c
index 9c1e1b4..7e472c3 100644
--- a/mail/em-format-html.c
+++ b/mail/em-format-html.c
@@ -1314,6 +1314,11 @@ efh_preparse (EMFormat *emf)
EMFormatHTML *efh = EM_FORMAT_HTML (emf);
+ if (!emf->message) {
+ efh->priv->can_load_images = FALSE;
+ return;
+ }
+
addr = camel_mime_message_get_from (emf->message);
efh->priv->can_load_images = em_utils_in_addressbook (addr, FALSE);
}
@@ -2507,4 +2512,4 @@ em_format_html_can_load_images (EMFormatHTML *efh)
return ((efh->priv->image_loading_policy == E_MAIL_IMAGE_LOADING_POLICY_ALWAYS) ||
((efh->priv->image_loading_policy == E_MAIL_IMAGE_LOADING_POLICY_SOMETIMES) &&
efh->priv->can_load_images));
-}
\ No newline at end of file
+}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]