Skip to content

Commit

Permalink
release exit mutex
Browse files Browse the repository at this point in the history
  • Loading branch information
glaslos committed May 24, 2024
1 parent 79d0555 commit 0d53adf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ func main() {
}
exitMtx.Lock()
gtn.Shutdown()
exitMtx.Unlock()
}
defer exit()

Expand Down

0 comments on commit 0d53adf

Please sign in to comment.