From: Jesper Juhl Date: Sun, 16 Jan 2011 19:37:52 +0000 (+0100) Subject: ACPICA: Fix memory leak in acpi_ev_asynch_execute_gpe_method(). X-Git-Tag: v2.6.38-rc2~28^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be33b76a974cdb4ceadc1a12fb79cc97bcfeea37;p=pandora-kernel.git ACPICA: Fix memory leak in acpi_ev_asynch_execute_gpe_method(). We will leak the memory allocated to 'local_gpe_event_info' if 'acpi_ut_acquire_mutex()' fails or if 'acpi_ev_valid_gpe_event()' fails in drivers/acpi/acpica/evgpe.c::acpi_ev_asynch_execute_gpe_method(). Signed-off-by: Jesper Juhl Reviewed-by: Rafael Wysocki Signed-off-by: Len Brown --- Reading git-diff-tree failed