summary refs log tree commit diff stats
path: root/hw/xen/xen-mapcache.c
diff options
context:
space:
mode:
authorAnton Johansson <anjo@rev.ng>2024-05-23 14:59:00 +0200
committerBrian Cain <bcain@quicinc.com>2024-06-08 17:49:27 -0700
commit95408ad8e24c4364086f185285039e89927dad6c (patch)
treed48304c2ad2ac100abb2a158d94970d2c02bfd8c /hw/xen/xen-mapcache.c
parent348fec2afe9f03b1761caff44ea6290357d87c01 (diff)
downloadfocaccia-qemu-95408ad8e24c4364086f185285039e89927dad6c.tar.gz
focaccia-qemu-95408ad8e24c4364086f185285039e89927dad6c.zip
target/hexagon: idef-parser fix leak of init_list
gen_inst_init_args() is called for instructions using a predicate as an
rvalue. Upon first call, the list of arguments which might need
initialization init_list is freed to indicate that they have been
processed. For instructions without an rvalue predicate,
gen_inst_init_args() isn't called and init_list will never be freed.

Free init_list from free_instruction() if it hasn't already been freed.
A comment in free_instruction is also updated.

Signed-off-by: Anton Johansson <anjo@rev.ng>
Reviewed-by: Taylor Simpson <ltaylorsimpson@gmail.com>
Reviewed-by: Brian Cain <bcain@quicinc.com>
Message-Id: <20240523125901.27797-4-anjo@rev.ng>
Signed-off-by: Brian Cain <bcain@quicinc.com>
Diffstat (limited to 'hw/xen/xen-mapcache.c')
0 files changed, 0 insertions, 0 deletions