commit | 635e3eccfb24c962ddc2c9e501689fc78d49e894 | [log] [tgz] |
---|---|---|
author | Luis A. Lozano <llozano@google.com> | Tue Aug 22 18:20:26 2017 -0700 |
committer | Luis A. Lozano <llozano@google.com> | Tue Aug 22 18:24:56 2017 -0700 |
tree | 4385cae9c55e9a7f166120b04cdb8820424dc9e8 | |
parent | ced80e801b85220c99a7b97a8b1ac23afd7608d3 [diff] |
Fix possible memory leak warning. Static analyzer complains the memory pointed by list in bcurrent is not deallocated before returning. But since this code is in "main" routine, we don't care about the deallocation. Just ignore the warning. Bug: b/27101951 Test: Verified warning is gone. Change-Id: I58d784b61a5ad30d1406bd7c6b28c5713abf2b34