]> mj.ucw.cz Git - pciutils.git/commit
libpci: i386-io-windows.h: Fix memory leak in grant_process_token_dacl_permissions()
authorPali Rohár <pali@kernel.org>
Wed, 7 Jun 2023 17:53:32 +0000 (19:53 +0200)
committerMartin Mares <mj@ucw.cz>
Fri, 29 Dec 2023 13:30:02 +0000 (14:30 +0100)
commit6e50724345522dce3f74f076dc2a0662956ba933
tree16196bf8396c658f591a0079568116b3114c600d
parent2be154f7350826f3e08cc7425e761946ed039fab
libpci: i386-io-windows.h: Fix memory leak in grant_process_token_dacl_permissions()

When SetEntriesInAcl() call success then new_dacl allocated by this
function has to be released by LocalFree() call.
lib/i386-io-windows.h