Skip to content

Commit

Permalink
Fix deadlock
Browse files Browse the repository at this point in the history
  • Loading branch information
oteffahi committed Dec 10, 2024
1 parent 74c7732 commit 59c04bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zenoh/src/api/session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1574,6 +1574,8 @@ impl SessionInner {
},
}),
});
} else {
drop(state);
}
} else {
drop(state);
Expand Down

0 comments on commit 59c04bf

Please sign in to comment.