mirror of
https://github.com/ukui/kernel.git
synced 2026-03-09 10:07:04 -07:00
33c388b81c
ap_configuration is malloced in ap_module_init() and should be freed before leaving from the error handling cases, otherwise it may cause memory leak. Signed-off-by: Wei Yongjun <weiyj.lk@gmail.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>