This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SFCB - Small Footprint CIM Broker".
The branch, master has been updated
via 8b9671bfa82879b56f596b5ed4e6c1b8a721ff73 (commit)
from 80e6bc17830f7e2fcc66c58beb062ce0ebdad719 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 8b9671bfa82879b56f596b5ed4e6c1b8a721ff73
Author: Narasimha Sharoff <nsh...@us...>
Date: Wed Mar 23 10:26:43 2011 -0700
[2990315] cmciRelease not called in case of error
-----------------------------------------------------------------------
Summary of changes:
diff --git a/ChangeLog b/ChangeLog
index 3f66017..cfc2946 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-03-22 Narasimha Sharoff <nsh...@us...>
+
+ * cimcClientSfcbLocal.c
+ [ 2990315 ] cmciRelease not called in case of error
+ (patch by Klaus Kampf)
+
2011-03-09 Chris Buccella <buc...@li...>
* cimXmlGen.c:
diff --git a/NEWS b/NEWS
index 36779d2..f307f99 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,7 @@ Bugs fixed:
- 3082573 Typo in interopProvider
- 3177707 ExecQuery 1 to 4 tests segfault on power LPAR
- 3185034 exec query test failures on power - char16 mismatch
+- 2990315 cmciRelease not called in case of error
Changes in 1.4.0
================
diff --git a/cimcClientSfcbLocal.c b/cimcClientSfcbLocal.c
index 4502681..f1b95e0 100644
--- a/cimcClientSfcbLocal.c
+++ b/cimcClientSfcbLocal.c
@@ -203,7 +203,6 @@ releaseClient(Client * mb)
CMRelease(cl->connection);
free(cl);
- closeLogging();
return rc;
}
@@ -1937,6 +1936,7 @@ static void *
release(ClientEnv *ce)
{
void *lib = ce->hdl;
+ closeLogging();
CONNECT_LOCK();
if (localConnectCount > 0)
localConnectCount -= 1;
hooks/post-receive
--
SFCB - Small Footprint CIM Broker
|