]> Git Repo - qemu.git/commit - util/acl.c
acl: fix memory leak
authorGonglei <[email protected]>
Sat, 15 Nov 2014 10:06:45 +0000 (18:06 +0800)
committerPaolo Bonzini <[email protected]>
Mon, 17 Nov 2014 10:48:56 +0000 (11:48 +0100)
commit6cfcd864a468eb7bd3da20a5462b5af1791581d3
treed99c11cbc43f08b4ddd604cecd6f67d2ba61119d
parent720fdd6fa92df9041316e94816ab7e56abaed4e9
acl: fix memory leak

If 'i != index' for all acl->entries, variable
entry leaks the storage it points to.

Signed-off-by: Gonglei <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
util/acl.c
This page took 0.025512 seconds and 4 git commands to generate.