Re: [PATCH 19/23] qemumonitorjsontest: mymain: Automatically free GHashTable

2021-11-30 Thread Ján Tomko
On a Tuesday in 2021, Peter Krempa wrote: Use separate automatically cleared variables for the x86_64 and s390 versions of the QAPI schema. Signed-off-by: Peter Krempa --- tests/qemumonitorjsontest.c | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) Reviewed-by: Ján Tomko

[PATCH 19/23] qemumonitorjsontest: mymain: Automatically free GHashTable

2021-11-30 Thread Peter Krempa
Use separate automatically cleared variables for the x86_64 and s390 versions of the QAPI schema. Signed-off-by: Peter Krempa --- tests/qemumonitorjsontest.c | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/tests/qemumonitorjsontest.c