commit | a38a498dc1dc2d101a4958b6bfbf921df478c069 | [log] [tgz] |
---|---|---|
author | linzhecheng <linzhecheng@huawei.com> | Tue Feb 13 13:08:37 2018 +0800 |
committer | Michael S. Tsirkin <mst@redhat.com> | Thu Mar 01 16:05:26 2018 +0200 |
tree | 4549b18286f610ca41afd26630b16948212570ba | |
parent | 8cb340c613ee3e626b070e0429c589f8a60ac657 [diff] |
vhost-user: fix memory leak g_free() was moved from vhost_net_cleanup in commit e6bcb1b, so we should free net after vhost_net_cleanup Signed-off-by: linzhecheng <linzhecheng@huawei.com> Reviewed-by: Marc-André Lureau < marcandre.lureau@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>