Ticket #1663 (closed bug: fixed)
Critical sections not deallocated
| Reported by: | guest | Owned by: | igloo |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.8.2 |
| Component: | Runtime System | Version: | 6.7 |
| Keywords: | Cc: | lennart.augustsson@… | |
| Operating System: | Windows | Architecture: | x86 |
| Type of failure: | Difficulty: | Easy (less than 1 hour) | |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
There's a number of critical sections in the Windows RTS that are allocated, but never freed (DeleteCriticalSection?):
ASyncIO.c: queue_lock IOManager.c: ioMan->manLock, ioMan->active_work_lock WorkQueue.c: wq->queueLock
Change History
Note: See
TracTickets for help on using
tickets.
