提交 4dacbcf2 编写于 作者: C Cole Robinson

virtlogd: Fix a couple minor memory leaks

https://bugzilla.redhat.com/show_bug.cgi?id=1303885
(cherry picked from commit cdced012)
上级 a76ae293
......@@ -1212,6 +1212,8 @@ int main(int argc, char **argv) {
VIR_FREE(sock_file);
VIR_FREE(state_file);
VIR_FREE(run_dir);
VIR_FREE(remote_config_file);
virLogDaemonConfigFree(config);
return ret;
no_memory:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册