﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2293	_GDIPlus_GraphicsDrawImage crashes if we dispose the bitmap.	anonymous		"


{{{

$hGUI = GUICreate(""GDI+"")
GUISetState()

_GDIPlus_Startup()
$hGraphic = _GDIPlus_GraphicsCreateFromHWND($hGUI)
$hbitmap1 = _GDIPlus_BitmapCreateFromGraphics(100, 100, $hGraphic)

_GDIPlus_BitmapDispose($hbitmap1);*
ConsoleWrite('the crach will came now'&@CRLF)
_GDIPlus_GraphicsDrawImage($hGraphic, $hbitmap1, 0, 0)
ConsoleWrite('If you see this message, it s ok'&@CRLF)
}}}"	Bug	closed		Standard UDFs	3.3.8.1	None	No Bug		
