am 88a51cd4
: Merge "adb: call run_transport_disconnects() only once."
* commit '88a51cd4d8377516f693720f427511cb40e90b75': adb: call run_transport_disconnects() only once.
This commit is contained in:
commit
bbe5de2307
1 changed files with 0 additions and 2 deletions
|
@ -536,8 +536,6 @@ static void transport_registration_func(int _fd, unsigned ev, void *data)
|
|||
transport_list.remove(t);
|
||||
adb_mutex_unlock(&transport_lock);
|
||||
|
||||
run_transport_disconnects(t);
|
||||
|
||||
if (t->product)
|
||||
free(t->product);
|
||||
if (t->serial)
|
||||
|
|
Loading…
Reference in a new issue