* Peter Maydell (peter.mayd...@linaro.org) wrote:
> Coverity notices that several places in the migration-test code fail
> to free memory in error-exit paths. This is pretty unimportant in
> test case code, but we can avoid having to manually free the memory
> entirely by using g_autofree.
>
> Th
* Peter Maydell (peter.mayd...@linaro.org) wrote:
> Coverity notices that several places in the migration-test code fail
> to free memory in error-exit paths. This is pretty unimportant in
> test case code, but we can avoid having to manually free the memory
> entirely by using g_autofree.
>
> Th
Coverity notices that several places in the migration-test code fail
to free memory in error-exit paths. This is pretty unimportant in
test case code, but we can avoid having to manually free the memory
entirely by using g_autofree.
The places where Coverity spotted a leak were relating to early