commit | 559387df56b5578a784943296a6f9e75a6bd2b64 | [log] [tgz] |
---|---|---|
author | George Burgess IV <gbiv@google.com> | Wed Oct 03 14:10:00 2018 -0700 |
committer | George Burgess IV <gbiv@google.com> | Wed Oct 03 21:20:21 2018 +0000 |
tree | aed3a5cb77f4ba1e994ad0c617b060141c185c84 | |
parent | e4ab668994f643032c03d46f6eccf9f40af90424 [diff] |
liblog: Fix memory leaks If realloc returns NULL, the memory passed to it will remain allocated. That doesn't appear to be intended here. Caught by our static analyzer. Bug: None Test: Ran the static analyzer. Change-Id: I579bee6827146d404fc6f6b86074366aefbda63f