Skip to content

Commit

Permalink
Buga stuff
Browse files Browse the repository at this point in the history
See merge request main/Sumatra!1766

sumatra-commit: a247119620aaa20224602b1ee158e0690d946345
  • Loading branch information
mickmack1213 authored and TIGERs GitLab committed Nov 6, 2023
1 parent 905f173 commit c9e9b6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ protected void updateCamDetectionFrame(final CamDetectionFrame camDetectionFrame

private void processCamFrameQueue()
{
while (!scheduledExecutorService.isShutdown())
while (scheduledExecutorService != null && !scheduledExecutorService.isShutdown())
{
try
{
Expand Down

0 comments on commit c9e9b6e

Please sign in to comment.