Skip to content

Commit

Permalink
Fix bug where webcam did not unlock during dipose.
Browse files Browse the repository at this point in the history
  • Loading branch information
Xeno authored and sarxos committed Nov 28, 2022
1 parent ae6535c commit fdfcaea
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,7 @@ protected void dispose() {
}

open.set(false);
lock.unlock();

LOG.info("Disposing webcam {}", getName());

Expand Down

0 comments on commit fdfcaea

Please sign in to comment.