[evolution-mapi/gnome-3-0] Remove invalid mapi_object_release() call
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-mapi/gnome-3-0] Remove invalid mapi_object_release() call
- Date: Wed, 22 Jun 2011 12:27:40 +0000 (UTC)
commit 3cf6d57a55c47965a5096aeac08b0d93cd65ad52
Author: Sean Finney <seanius seanius net>
Date: Wed Jun 22 14:27:06 2011 +0200
Remove invalid mapi_object_release() call
src/libexchangemapi/exchange-mapi-connection.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/libexchangemapi/exchange-mapi-connection.c b/src/libexchangemapi/exchange-mapi-connection.c
index f186185..1581bef 100644
--- a/src/libexchangemapi/exchange-mapi-connection.c
+++ b/src/libexchangemapi/exchange-mapi-connection.c
@@ -1015,7 +1015,6 @@ exchange_mapi_util_set_attachments (ExchangeMapiConnection *conn, mapi_id_t fid,
/* set properties for the item */
ms = SetProps (&obj_attach, props, propslen);
if (ms != MAPI_E_SUCCESS) {
- mapi_object_release (&obj_emb_msg);
make_mapi_error (perror, "SetProps", ms);
goto cleanup;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]