commit | 5dbfdc0b0fec04d670912c4eed179983f98abe8a | [log] [tgz] |
---|---|---|
author | rpcraig <rpcraig@tycho.ncsc.mil> | Tue Oct 23 11:03:47 2012 -0400 |
committer | rpcraig <rpcraig@tycho.ncsc.mil> | Tue Oct 23 13:46:11 2012 -0400 |
tree | c7355000714de84dfe58ffa1f98ff20588925018 | |
parent | 6766cc9e3c1d5dcec5db445a8d06bb6d4f301562 [diff] |
Add double free protection to checkseapp. A double free error occurs when building with non glibc devices. The hdestroy() function frees all comparison keys internally in these cases. So avoid an explicit call to free(). Change-Id: If9c5dc1a969605cd1eeb9218de02a9f8dbbd3ae1 Signed-off-by: rpcraig <rpcraig@tycho.ncsc.mil>