Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fb413a23 authored by Josh Gao's avatar Josh Gao
Browse files

adb: fix a leak.

Test: none
Change-Id: I469bd93180cd2a8b6408f73e8c8f164f72b3345c
parent 0e239bbd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -227,6 +227,7 @@ static void read_transport_thread(void* _t) {
            }
#if ADB_HOST
            if (p->msg.command == 0) {
                put_apacket(p);
                continue;
            }
#endif