﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3135	StdioClose with $STDERR_MERGED memory leak	jvanegmond	Jon	"The following AutoIt code when run on my machine by AutoIt v3.3.15.0 leaks several MB of memory per minute:

{{{
#include <Constants.au3>

While 1
    $pid = Run(""ping localhost"","""", @SW_HIDE, $STDERR_MERGED)
    ProcessWait($pid)
    StdioClose($pid)
    ProcessClose($pid)
    ProcessWaitClose($pid)
WEnd
}}}

Originally reported here https://www.autoitscript.com/forum/topic/177671-stdoutread-memory-problem-edit-and-stdioclose/"	Bug	closed	3.3.15.4	AutoIt	3.3.15.0	None	Fixed		
