commit | 88dfb8b43d557ee9b1c1ffd2c8d275dd479a66d4 | [log] [tgz] |
---|---|---|
author | Christian Engelmayer <cengelma@gmx.at> | Sat Jul 18 19:30:33 2015 +0200 |
committer | Olof Johansson <olof@lixom.net> | Wed Oct 07 14:34:26 2015 -0700 |
tree | 28b6c0730aaf7861ef271c4e6fd1402c48e0c999 | |
parent | 23ecee32b91cf732226bd7a3ee9fa7a9127645ab [diff] |
platform/chrome: cros_ec: Fix leak in sequence_store() The allocated cros_ec_command message structure is not freed in function sequence_store(). Make sure that 'msg' is freed in all exit paths. Detected by Coverity CID 1309667. Signed-off-by: Christian Engelmayer <cengelma@gmx.at> Signed-off-by: Olof Johansson <olof@lixom.net>