Skip to content

Commit

Permalink
fix: advanced subscriber undeclartion deadlock (#1685)
Browse files Browse the repository at this point in the history
  • Loading branch information
YuanYuYuan authored Jan 6, 2025
1 parent 0549678 commit f0bdbea
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 @@ -1589,6 +1589,8 @@ impl SessionInner {
false,
)
}
} else {
drop(state);
}
} else {
drop(state);
Expand Down

0 comments on commit f0bdbea

Please sign in to comment.