commit | ebe9970151e60988eecf288f03c00f42f0944312 | [log] [tgz] |
---|---|---|
author | George Burgess IV <gbiv@google.com> | Sat Feb 17 21:43:55 2018 -0800 |
committer | Josh Gao <jmgao@google.com> | Mon Feb 19 01:05:56 2018 -0800 |
tree | 770b308b835bb974befef3496cdfd38aa2ea825e | |
parent | f090647ceb026ef7acec3ba3fafae1bcb4b0ee68 [diff] |
Fix a memory leak If create_service_thread fails, we'll leak `arg`. This fixes a static analyzer complaint: system/core/adb/services.cpp:298:13: warning: Potential leak of memory pointed to by 'arg' Bug: None Test: Reran the static analyzer. No more complaints about this leak. Change-Id: I5aec7fd78f2cc775b650501b02bdf0039d1647ca