http://defect.opensolaris.org/bz/show_bug.cgi?id=6600


Mark Haywood <mark.haywood at sun.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mark.haywood at sun.com




--- Comment #1 from Mark Haywood <mark.haywood at sun.com>  2009-02-12 12:05:06 
---
Looks like cpupm_init() is the only leak. The speeds are obtained in that
routine via cpupm_get_speeds(). Please use cpupm_free_speeds() to free them.
Also, as part of this fix, could you change cpupm_plat_state_enumerate() to
call
cpupm_free_speeds() too. It is calling kmem_free() directly at the moment.

-- 
Configure bugmail: http://defect.opensolaris.org/bz/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Reply via email to