[evolution-mapi] Remove invalid mapi_object_release() call



commit c349f0f5994f95318136117f3756d7caaefb78a0
Author: Sean Finney <seanius seanius net>
Date:   Wed Jun 22 14:25:46 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 3a4b16e..a5bd5d8 100644
--- a/src/libexchangemapi/exchange-mapi-connection.c
+++ b/src/libexchangemapi/exchange-mapi-connection.c
@@ -1018,7 +1018,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]