aboutsummaryrefslogtreecommitdiff
path: root/hw/display/qxl.c
diff options
context:
space:
mode:
authorDaniel Henrique Barboza <danielhb413@gmail.com>2023-07-28 16:56:46 -0300
committerMichael Tokarev <mjt@tls.msk.ru>2023-09-08 13:08:52 +0300
commit95eac43cb5f88afa7610470685bc5d25b301bd4d (patch)
tree420d65c9f29754c9b71424dc4b01da0798a99e87 /hw/display/qxl.c
parent44adcaacc877821729ab6d17ea826e1d6ce4bad6 (diff)
target/ppc: use g_free() in test_opcode_table()
table[i] is allocated in create_new_table() using g_new(). Use g_free(table[i]) instead of free(table[i]) to comply with QEMU low level memory management guidelines. Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> [Mjt: minor commit comment tweak]
Diffstat (limited to 'hw/display/qxl.c')
0 files changed, 0 insertions, 0 deletions