Does freeing a CMPIArray free the underlying objects?
"Hwang, Johnny" <[email protected]>
| Newsgroups | gmane.network.open-pegasus.general |
|---|---|
| Message-ID | <59187A369D10D048A8A8B52B1BD1FEA507E9BCFE@SACEXCMBX02-PRD.hq.netapp.com> |
Hello all, I'm wondering that, when I do the following call: CMPIArray *ptr; ... ptr->ft->release(ptr); Where ptr is a CMPIArray of CMPI_instances, would the CMPI_instances also be released, or would I have to release them manually? Thanks for the clarification, Johnny Hwang