Skip to content

Commit

Permalink
add ipf connection close in deinit
Browse files Browse the repository at this point in the history
  • Loading branch information
kosyloa committed Nov 2, 2023
1 parent 49ad908 commit d6f5be8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ class NativeInstrumentProfileConnection {
}

deinit {
try? close()
removeListener()

let thread = currentThread()
Expand Down

0 comments on commit d6f5be8

Please sign in to comment.