Changes between Initial Version and Version 1 of Ticket #3135, comment 3
- Timestamp:
- 10/06/15 17:54:03 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3135, comment 3
initial v1 1 1 Agree there is a bug there somewhere. 2 Firstly the posted script is what the helpfile also advertises and has a memory leak, but it seems there is also a leak when you comment the StdioClose() statement.2 Firstly the posted script is what the helpfile also advertises and has a memory leak, but it seems there is also a leak when you comment the StdioClose()statement. Could it be that ProcessClose() isn't cleaning up when STDIO is used for the process? 3 3 4 4 Jos