| commit | 30c4266dba6be6e5833f3d0073cc9408349c1e9a | [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 | 2a565692b1d7f0c04d73a52052b84f76875542fc | |
| parent | 3c705bbe70a62600449ad53365386b1f8200919a [diff] [blame] |
adb: fix a leak. Test: none Change-Id: I469bd93180cd2a8b6408f73e8c8f164f72b3345c
diff --git a/transport.cpp b/transport.cpp index f221785..4a9d91a 100644 --- a/transport.cpp +++ b/transport.cpp
@@ -227,6 +227,7 @@ } #if ADB_HOST if (p->msg.command == 0) { + put_apacket(p); continue; } #endif