Skip to content

Commit

Permalink
clean clock mutex
Browse files Browse the repository at this point in the history
  • Loading branch information
sebres committed Apr 17, 2024
1 parent be27118 commit 480f2d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions generic/tclClock.c
Original file line number Diff line number Diff line change
Expand Up @@ -4731,6 +4731,8 @@ ClockFinalize(
if (tzWas && tzWas != INT2PTR(-1)) {
ckfree(tzWas);
}

Tcl_MutexFinalize(&clockMutex);
}

/*
Expand Down

0 comments on commit 480f2d7

Please sign in to comment.