commit | fb413a230411c6944876fbeffbfbaef507c5014b | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Mon Jan 29 18:09:20 2018 -0800 |
committer | Josh Gao <jmgao@google.com> | Tue Jan 30 13:32:38 2018 -0800 |
tree | f14057a18ef3833f00036fd7f5d3b99ab4e20cda | |
parent | 0e239bbd8b205d4441aef5fa3643bef23ada3955 [diff] |
adb: fix a leak. Test: none Change-Id: I469bd93180cd2a8b6408f73e8c8f164f72b3345c
diff --git a/adb/transport.cpp b/adb/transport.cpp index f221785..4a9d91a 100644 --- a/adb/transport.cpp +++ b/adb/transport.cpp
@@ -227,6 +227,7 @@ } #if ADB_HOST if (p->msg.command == 0) { + put_apacket(p); continue; } #endif