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

Commit 41f0d763 authored by Myles Watson's avatar Myles Watson Committed by Gerrit Code Review
Browse files

Merge "osi: Delete the list_mutex in reactor_free" into main

parents 5254090f be5efba5
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);
}