mirror of https://gitee.com/openkylin/libvirt.git
util: Free a pointer in virPolkitCheckAuth
Free DBusMessage pointer in virPolkitCheckAuth Signed-off-by: Kothapally Madhu Pavan <kmp@linux.vnet.ibm.com>
This commit is contained in:
parent
5047524baa
commit
65a983eca1
|
@ -138,6 +138,7 @@ int virPolkitCheckAuth(const char *actionid,
|
|||
|
||||
cleanup:
|
||||
virStringListFreeCount(retdetails, nretdetails);
|
||||
virDBusMessageUnref(reply);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue