﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3982	_ClipPutFile should not free memory	Nine		"As per discussion here and MSDN :

https://www.autoitscript.com/forum/topic/211212-how-to-copy-a-file-to-the-clipboard-for-pasting-in-explorer/#comment-1527751


{{{
			$aCall = DllCall(""kernel32.dll"", ""ptr"", ""GlobalFree"", ""handle"", $hGlobal)
			If (@error Or $aCall[0]) And Not $iError Then
				$iError = @error + 90
				$iLastError = _WinAPI_GetLastError()
			EndIf

}}}

should be removed from the script."	Bug	new		AutoIt	3.3.16.1	None			
