The following construct is used by several methods of the CmpiObjectPath class resulting in leaked memory:
return *new CmpiString(s);
This construct is used several places as well:
if (name) *name = *(new CmpiString(s));
Patch attached
Committed to CVS Head
Fixes memory leak
Log in to post a comment.
This construct is used several places as well:
if (name) *name = *(new CmpiString(s));
Patch attached
Committed to CVS Head
Fixes memory leak