提交 0fe2b40d 编写于 作者: M Michal Privoznik

virsh: Free returned MIME type string

In terms of documentation to virDomainScreenshot, caller MUST free
returned value. But virsh was not.
上级 dcaeb74a
......@@ -3097,6 +3097,7 @@ cleanup:
if (st)
virStreamFree(st);
VIR_FORCE_CLOSE(fd);
VIR_FREE(mime);
return ret;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册