From: Michael Chase-S. <mc...@us...> - 2012-11-14 22:09:36
|
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 250d47a8848a294fb4aefb37ca78475140ee83ce (commit) from 137305ecde8eac6451aef02196d8d2522a3fdac9 (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 250d47a8848a294fb4aefb37ca78475140ee83ce Author: Michael Chase-Salerno <br...@li...> Date: Wed Nov 14 17:08:33 2012 -0500 3381209 Memory leak inside getClass() used by invokeMethod() ----------------------------------------------------------------------- Summary of changes: diff --git a/NEWS b/NEWS index 9649e77..5355a09 100644 --- a/NEWS +++ b/NEWS @@ -124,6 +124,7 @@ Bugs fixed: - 3580137 Classname needed in *ActivateFilter - 3585274 Local connect kills tracing - 3528056 sfcbd --version doesn't always work +- 3381209 Memory leak inside getClass() used by invokeMethod() Changes in 1.3.15 ================= diff --git a/cimcClientSfcbLocal.c b/cimcClientSfcbLocal.c index 02bc804..77e1045 100644 --- a/cimcClientSfcbLocal.c +++ b/cimcClientSfcbLocal.c @@ -1648,6 +1648,9 @@ getClass(Client * mb, _SFCB_TRACE(1, ("--- Getting Provider context")); irc = getProviderContext(&binCtx); + CMRelease(ns); + CMRelease(cn); + _SFCB_TRACE(1, ("--- Provider context gotten")); if (irc == MSG_X_PROVIDER) { resp = invokeProvider(&binCtx); hooks/post-receive -- SFCB - Small Footprint CIM Broker |