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:
|
cleanup:
|
||||||
virStringListFreeCount(retdetails, nretdetails);
|
virStringListFreeCount(retdetails, nretdetails);
|
||||||
|
virDBusMessageUnref(reply);
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue