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

Commit be5efba5 authored by Myles Watson's avatar Myles Watson
Browse files

osi: Delete the list_mutex in reactor_free

Bug: 301661850
Test: atest bluetooth_test_gd_unit
Flag: EXEMPT, test cleanup
Change-Id: I585b60568f65b2f8df4b3ea293c22f05d2dba9de
parent 9bae1793
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -115,6 +115,7 @@ void reactor_free(reactor_t* reactor) {
  list_free(reactor->invalidation_list);
  close(reactor->event_fd);
  close(reactor->epoll_fd);
  delete reactor->list_mutex;
  osi_free(reactor);
}