From: Dave H. <hel...@us...> - 2014-07-03 23:37:57
|
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 b386d7bdc31f370bca3d1a920519b90b45098385 (commit) from a170946510da932f0d4ff1930ba453ba8e7d8b05 (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 b386d7bdc31f370bca3d1a920519b90b45098385 Author: Dave Heller <hel...@us...> Date: Thu Jul 3 19:36:43 2014 -0400 [bugs:#2730] back out original patch ----------------------------------------------------------------------- Summary of changes: backend/cimxml/grammar.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/backend/cimxml/grammar.c b/backend/cimxml/grammar.c index ac1b4e4..9e543c9 100644 --- a/backend/cimxml/grammar.c +++ b/backend/cimxml/grammar.c @@ -444,7 +444,6 @@ static void iReturnValueContent(ParserControl *parm, parseUnion *stateUnion) className(parm, (parseUnion*)&lvalp.xtokClassName); op = newCMPIObjectPath(NULL, lvalp.xtokClassName.value, NULL); simpleArrayAdd(parm->respHdr.rvArray,(CMPIValue*)&op,CMPI_ref); - if(op) op->ft->release(op); ct = localLex(&lvalp, parm); } while(ct == XTOK_CLASSNAME); @@ -468,7 +467,6 @@ static void iReturnValueContent(ParserControl *parm, parseUnion *stateUnion) instanceName(parm, (parseUnion*)&lvalp.xtokInstanceName); createPath(&op, &lvalp.xtokInstanceName); simpleArrayAdd(parm->respHdr.rvArray,(CMPIValue*)&op,CMPI_ref); - if(op) op->ft->release(op); ct = localLex(&lvalp, parm); } while(ct == XTOK_INSTANCENAME); @@ -484,7 +482,6 @@ static void iReturnValueContent(ParserControl *parm, parseUnion *stateUnion) //setInstQualifiers(inst, &lvalp.xtokNamedInstance.instance.qualifiers); setInstProperties(inst, &lvalp.xtokNamedInstance.instance.properties); simpleArrayAdd(parm->respHdr.rvArray,(CMPIValue*)&inst,CMPI_instance); - if(op) op->ft->release(op); ct = localLex(&lvalp, parm); } while(ct == XTOK_VALUENAMEDINSTANCE); @@ -498,7 +495,6 @@ static void iReturnValueContent(ParserControl *parm, parseUnion *stateUnion) CMSetNameSpace(op, lvalp.xtokObjectPath.path.path.nameSpacePath.value); CMSetHostname(op, lvalp.xtokObjectPath.path.path.host.host); simpleArrayAdd(parm->respHdr.rvArray,(CMPIValue*)&op,CMPI_ref); - if(op) op->ft->release(op); ct = localLex(&lvalp, parm); } while(ct == XTOK_OBJECTPATH); hooks/post-receive -- sfcc- Small Footprint CIM Client |