diff options
Diffstat (limited to 'mail/e-mail-request.c')
-rw-r--r-- | mail/e-mail-request.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/e-mail-request.c b/mail/e-mail-request.c index 5805a10b26..544f5f3f51 100644 --- a/mail/e-mail-request.c +++ b/mail/e-mail-request.c @@ -228,6 +228,7 @@ handle_contact_photo_request (GSimpleAsyncResult *res, camel_address_decode ((CamelAddress *) cia, (const gchar *) photo_name); photopart = em_utils_contact_photo ( registry, cia, only_local_photo, cancellable); + g_object_unref (cia); if (!photopart) { gsize len; |