On Mon, 23 Mar 2020 at 11:29, Philippe Mathieu-Daudé <phi...@redhat.com> wrote: > > vu_queue_pop() returns memory that must be freed with free(). > > Cc: qemu-sta...@nongnu.org > Reported-by: Coverity (CID 1421887 ALLOC_FREE_MISMATCH) > Suggested-by: Peter Maydell <peter.mayd...@linaro.org> > Signed-off-by: Philippe Mathieu-Daudé <phi...@redhat.com> > --- > contrib/vhost-user-gpu/vhost-user-gpu.c | 4 ++-- > contrib/vhost-user-gpu/virgl.c | 2 +- > 2 files changed, 3 insertions(+), 3 deletions(-)
Applied this patch (and not any of the rest of the series) to master for rc3, thanks. -- PMM