commit | 37787e9f81e2e586b526ff5c29c94e4f41513e80 | [log] [tgz] |
---|---|---|
author | Mike Christie <michael.christie@oracle.com> | Mon Sep 21 13:23:01 2020 -0500 |
committer | Michael S. Tsirkin <mst@redhat.com> | Wed Sep 30 11:25:06 2020 -0400 |
tree | e0de7f0adee27b2d89b286e0e1342523c09ecb97 | |
parent | a127c5bbb6a8eee851cbdec254424c480b8edd75 [diff] |
vhost vdpa: fix vhost_vdpa_open error handling We must free the vqs array in the open failure path, because vhost_vdpa_release will not be called. Signed-off-by: Mike Christie <michael.christie@oracle.com> Link: https://lore.kernel.org/r/1600712588-9514-2-git-send-email-michael.christie@oracle.com Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Acked-by: Jason Wang <jasowang@redhat.com>