[PATCH 05/15] ACPICA: debugger: dbconvert: free pld_info on error return path

2016-02-18 Thread Lv Zheng
From: Colin Ian King ACPICA commit 23e644670539e23818fa81e2af5e89ad6657e75c A failed allocation of new_buffer causes a leak of pld_info because the error return path fails to free pld_info. Ensure it is freed on the error exit path. Link:

[PATCH 05/15] ACPICA: debugger: dbconvert: free pld_info on error return path

2016-02-18 Thread Lv Zheng
From: Colin Ian King ACPICA commit 23e644670539e23818fa81e2af5e89ad6657e75c A failed allocation of new_buffer causes a leak of pld_info because the error return path fails to free pld_info. Ensure it is freed on the error exit path. Link: https://github.com/acpica/acpica/commit/23e64467