
20 Nov
2007
20 Nov
'07
9:08 p.m.
Jay Gagnon wrote:
+ + conn = connect_by_classname(_BROKER, CLASSNAME(ref), &s); + if (conn == NULL) { + cu_statusf(broker, &s, + CMPI_RC_ERR_FAILED, + "Could not connect to hypervisor"); + goto out; + }
<snip>
+ + out: + inst_list_free(&alloc_cap_list); + inst_list_free(&device_pool_list); return s; }
@@ -97,8 +192,23 @@ static CMPIStatus GetInstance(CMPIInstan return return_alloc_cap(reference, results, 0); }
Do you need to close the conn before the function returns? -- Kaitlin Rupert IBM Linux Technology Center karupert@us.ibm.com