rmaniac / omnithreadlibrary

Automatically exported from code.google.com/p/omnithreadlibrary
0 stars 0 forks source link

Memory leaks when canceling a connection pool with tasks in queue #19

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. open app_24_ConnectionPool
2. before Application.Initialize; insert ReportMemoryLeaksOnShutdown := True;
3. run programm and click four times on Schedule then click on close box

What is the expected output? What do you see instead?
* should not report memory leaks
* reports several memory leaks, depending on task count

What version of the product are you using? On what operating system?
* trunk / windows

Please provide any additional information below.

Original issue reported on code.google.com by michael....@gmx.net on 8 Jun 2010 at 3:35

GoogleCodeExporter commented 8 years ago
Fixed in r745.

Original comment by gabr42 on 12 Jun 2010 at 7:07