From: Dave H. <hel...@us...> - 2014-07-03 23:45:33
|
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 "sfcc- Small Footprint CIM Client". The branch, master has been updated via 05d0c7179b78bc30fea82ec8e3476d2b66c9c7cd (commit) from b386d7bdc31f370bca3d1a920519b90b45098385 (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 05d0c7179b78bc30fea82ec8e3476d2b66c9c7cd Author: Dave Heller <hel...@us...> Date: Thu Jul 3 19:44:47 2014 -0400 [bugs:#2730] redo: More memory leaks in backend/cimxml/grammer.c ----------------------------------------------------------------------- Summary of changes: backend/cimxml/grammar.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/backend/cimxml/grammar.c b/backend/cimxml/grammar.c index 9e543c9..6a0a969 100644 --- a/backend/cimxml/grammar.c +++ b/backend/cimxml/grammar.c @@ -479,6 +479,7 @@ static void iReturnValueContent(ParserControl *parm, parseUnion *stateUnion) createPath(&op,&(lvalp.xtokNamedInstance.path)); CMSetNameSpace(op, getNameSpaceChars(parm->requestObjectPath)); inst = native_new_CMPIInstance(op,NULL); + op->ft->release(op); //setInstQualifiers(inst, &lvalp.xtokNamedInstance.instance.qualifiers); setInstProperties(inst, &lvalp.xtokNamedInstance.instance.properties); simpleArrayAdd(parm->respHdr.rvArray,(CMPIValue*)&inst,CMPI_instance); hooks/post-receive -- sfcc- Small Footprint CIM Client |