]> git.proxmox.com Git - mirror_qemu.git/commit
target/m68k: Fix a tcg_temp leak
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 10 Mar 2019 00:34:25 +0000 (01:34 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Thu, 16 May 2019 22:30:47 +0000 (00:30 +0200)
commit44c64e90950adf9efe7f4235a32eb868d1290ebb
tree80e4dfbe4dd44f173f06398d4f39b5e0472cc76f
parent89fa312be0dfd8b4c539c8763796e785c6b00b46
target/m68k: Fix a tcg_temp leak

The function gen_get_ccr() returns a tcg_temp created with
tcg_temp_new(). Free it with tcg_temp_free().

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20190310003428.11723-4-f4bug@amsat.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
target/m68k/translate.c