提交 c0b86c8c 编写于 作者: J John Ferlan

Need to call virFreeError after virSaveLastError

上级 d0761c18
......@@ -2141,6 +2141,7 @@ err:
/* return the original error */
virSetError(orig_error);
virFreeError(orig_error);
return -1;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册