commit | e7b5536d9b830417654e86c2d1af1033f8c66edc | [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 | beb519e499903dbbd97ceaa29ebf4bd39315eefb | |
parent | 0987c2f9a77a303e10ab1f0477c790eff7a333f4 [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