commit | 40cbbae84e5b57098c8cacb8ca4c0ff3ec839d51 | [log] [tgz] |
---|---|---|
author | Phil Burk <philburk@google.com> | Fri Dec 15 17:19:19 2017 -0800 |
committer | Phil Burk <philburk@google.com> | Fri Dec 15 17:47:45 2017 -0800 |
tree | 61c7232a7cb01fd0ea11404ab252b534936f5b8b | |
parent | ceedc87e48c92e248123b9a9476053456e62e006 [diff] |
aaudio: fix warning for use after free The compiler was complaining because a pointer was printed after it was freed. The compiler folks agree this is OK and recommended a technique that prevents the warning. Test: any AAudio program, look at log for close Change-Id: I49c005b48edc4a5dcb5c85da2a9e875befc37206