From: <Kir...@De...> - 2015-09-16 07:17:48
|
Dell - Internal Use - Confidential Hi, Can I safely call CMRelease on pointers returned by CMNewArray / CMNewString after the pointers has been set to CMPIInstance through CMSetProprty ? I checked CMSetProperty code and figured out that it calls "addObjectPropertyH" (objectImpl.c) which mallocs/reallocs and copy the content passed by user/provider (Correct me if I am wrong here). I didn't see any CMRelease on CMNewArrays / CMNewStrings in any of the example providers. Please clarify Regards, Kiran |