]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ACPICA: Fixed a couple memory leaks associated with "implicit return"
authorLin Ming <ming.m.lin@intel.com>
Tue, 27 Jan 2009 16:38:49 +0000 (17:38 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 6 Feb 2009 22:00:41 +0000 (14:00 -0800)
commit622a88ec79861a7576949142a9191de6f52a6da2
treee9b7c25c7ae3c7118bfb02a731e339b66c1dfc0d
parent995e929573c15b2cea0a531c124df3c721fc24d1
ACPICA: Fixed a couple memory leaks associated with "implicit return"

commit d8a0ec914afa1a994d2f6184ac4c6668b5f8068f upstream

Fixed a couple memory leaks associated with "implicit return" objects
when the AML Interpreter slack mode is enabled.

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

Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Cc: Thomas Renninger <trenn@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/acpi/dispatcher/dsmethod.c
drivers/acpi/parser/psparse.c