From: Chris B. <buc...@us...> - 2012-07-02 21:26:14
|
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 716f6c8193b1a4642748f47b0079182413a115b0 (commit) via 8b2d3a90b55ca6ad905ff542bce1bb78dc138898 (commit) from 2fcf9c2ef882d9e5ef6a152ac5169b60b68154aa (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 716f6c8193b1a4642748f47b0079182413a115b0 Author: buccella <buc...@li...> Date: Mon Jul 2 17:26:31 2012 -0400 [ 3539555 ] Memory leak in TestInstanceProvider commit 8b2d3a90b55ca6ad905ff542bce1bb78dc138898 Author: buccella <buc...@li...> Date: Mon Jul 2 17:23:25 2012 -0400 [ 1901737 ] Memory leak in internalProvider.c ----------------------------------------------------------------------- Summary of changes: diff --git a/ChangeLog b/ChangeLog index ff68cb8..3966d88 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2012-07-02 Chris Buccella <buc...@li...> + + * test/TestProviders/cmpiTestInstanceProvider.c: + [ 3539555 ] Memory leak in TestInstanceProvider + + * internalProvider.c, providerMgr.c: + [ 1901737 ] Memory leak in internalProvider.c + 2012-06-29 Michael Chase-Salerno <br...@li...> * brokerUpc.c, indCIMXMLExport.c, indCIMXMLHandler.c, interopProvider.c, diff --git a/NEWS b/NEWS index 6acf4fc..7c2a112 100644 --- a/NEWS +++ b/NEWS @@ -98,6 +98,8 @@ Changes in 1.3.16 Bugs fixed: - 3539006 Possible indication deadlock +- 1901737 Memory leak in internalProvider.c +- 3539555 Memory leak in TestInstanceProvider Changes in 1.3.15 ================= diff --git a/test/TestProviders/cmpiTestInstanceProvider.c b/test/TestProviders/cmpiTestInstanceProvider.c index f190bf3..a974de3 100644 --- a/test/TestProviders/cmpiTestInstanceProvider.c +++ b/test/TestProviders/cmpiTestInstanceProvider.c @@ -407,6 +407,7 @@ TestInstanceProviderCreateInstance(CMPIInstanceMI * mi, */ CMReturnObjectPath(rslt, cop); CMReturnDone(rslt); + CMRelease(inst); } else { CMReturn(CMPI_RC_ERR_NOT_SUPPORTED); } hooks/post-receive -- SFCB - Small Footprint CIM Broker |