mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-31 00:45:18 +00:00
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…
x
Reference in New Issue
Block a user