提交 65a983ec 编写于 作者: K Kothapally Madhu Pavan 提交者: Ján Tomko

util: Free a pointer in virPolkitCheckAuth

Free DBusMessage pointer in virPolkitCheckAuth
Signed-off-by: NKothapally Madhu Pavan <kmp@linux.vnet.ibm.com>
上级 5047524b
......@@ -138,6 +138,7 @@ int virPolkitCheckAuth(const char *actionid,
cleanup:
virStringListFreeCount(retdetails, nretdetails);
virDBusMessageUnref(reply);
return ret;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册