Re: Does freeing a CMPIArray free the underlying objects?
Kirk Augustin <[email protected]>
| Newsgroups | gmane.network.open-pegasus.general |
|---|---|
| Message-ID | <[email protected]> |
Don't see how it could release them or that is would be a good idea to allow that. You should do it first individually in my opinion. Kirk Augustin 11821 NW McNamee Rd Portland, OR 97231 HM: 503-289-4356 >________________________________ >From: "Hwang, Johnny" <[email protected]> >To: "[email protected]" <[email protected]> >Sent: Monday, July 9, 2012 9:32 AM >Subject: Does freeing a CMPIArray free the underlying objects? > > >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 > >