vserver 1.9.5.x5
[linux-2.6.git] / drivers / acpi / tables / tbinstal.c
index 79efa36..85d5bb0 100644 (file)
@@ -5,7 +5,7 @@
  *****************************************************************************/
 
 /*
- * Copyright (C) 2000 - 2004, R. Byron Moore
+ * Copyright (C) 2000 - 2005, R. Byron Moore
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -266,9 +266,10 @@ acpi_tb_init_table_descriptor (
        if (ACPI_IS_SINGLE_TABLE (acpi_gbl_table_data[table_type].flags)) {
                /*
                 * Only one table allowed, and a table has alread been installed
-                *  at this location, so return an error.
+                * at this location, so return an error.
                 */
                if (list_head->next) {
+                       ACPI_MEM_FREE (table_desc);
                        return_ACPI_STATUS (AE_ALREADY_EXISTS);
                }