Opened 12 years ago

#62 new task

Check resource leaks in TerminateThread()/ExitThread()

Reported by: dmik Owned by:
Priority: major Milestone: general enhancement
Component: odin Version:
Severity: medium Keywords:
Cc:

Description

It is possible that forceful thread termination with TerminateThread?()/ExitThread?() causes resource leaks (i.e. internal handle data).

This is at least what was taking place when multimedia timer threads were terminated this way (see http://svn.ecomstation.nl/flash10/ticket/28 for details). After removing these calls in r21930, the leak problem was solved.

However, in theory, these calls should not cause such a bad effect on the rest of the application and this ticket is to check them in this regard.

Change History (0)

Note: See TracTickets for help on using tickets.