ACPICA: Fix memory leak when deleting thermal/processor objects
commit2843ae7734075f5d7072cf1230758bf8cf840af7
authorBob Moore <robert.moore@intel.com>
Fri, 4 Jul 2008 02:41:41 +0000 (4 10:41 +0800)
committerAndi Kleen <ak@linux.intel.com>
Fri, 15 Aug 2008 00:11:59 +0000 (15 02:11 +0200)
treec24445a6bcaab163b60f0557c8acdb3f1b3777b0
parentb635acec48bcaa9183fcbf4e3955616b0d4119b5
ACPICA: Fix memory leak when deleting thermal/processor objects

Fixes a possible memory leak when thermal and processor objects
are deleted. Any associated notify handlers (and objects) were
not being deleted. Fiodor Suietov. BZ 506

http://www.acpica.org/bugzilla/show_bug.cgi?id=506

Signed-off-by: Fiodor Suietov <fiodor.f.suietov@intel.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Andi Kleen <ak@linux.intel.com>
drivers/acpi/utilities/utdelete.c