提交 3514c8c3 编写于 作者: C Chris Lalancette

Fix a double-free in qemudRunLoop()

Signed-off-by: NChris Lalancette <clalance@redhat.com>
上级 5d2df410
......@@ -2270,7 +2270,6 @@ cleanup:
}
VIR_FREE(server->workers);
free(server->workers);
virMutexUnlock(&server->lock);
return ret;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册