提交 3c56098a 编写于 作者: Z Zhangxiaoyu

unlock driver when clean up driver failed

Signed-off-by: NZhangxiaoyu <zhangxiaoyu58@huawei.com>
上级 d3095397
......@@ -509,6 +509,7 @@ int graphdriver_cleanup(void)
if (g_graphdriver->ops->clean_up(g_graphdriver) != 0) {
ret = -1;
driver_unlock();
goto out;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册