﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
339	GUICtrlDelete() crashes at special occasions.	monoceres	Jpm	"Getting hard crash with this code:
{{{
GUICreate("""",500,600)
$input = GUICtrlCreateInput(""8"", 10, 100 + 30, 200, 20)
$pic2 = GUICtrlCreatePic("""", 0, 280, 450, 1)
GUISetState()

Do
    $msg = GUIGetMsg()
Until $msg = -3

GUISetState(@SW_HIDE)
GUICtrlDelete($input)
GUICtrlDelete($pic2)
GUISetState(@SW_SHOW)
Sleep(1000)
}}}

Seems to only occur on vista machines."	Bug	closed	3.2.13.0	AutoIt	3.2.12.0	None	Fixed		
