﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1277	"_GDIPlus_ImageGetGraphicsContext needs to be ""disposed"" in help example"	Andrew	Jon	"The help file gives an example of how to use this function.

At the end of the example, the object is NOT DISPOSED.  For a novice (like myself) it is not obvious that this object needs to be disposed (otherwise massive memory leak).  It seems all the other ""create"" functions have a matching ""dispose"" function but not this one.

Through trail-and-error I found the required line was...

{{{
_GDIPlus_GraphicsDispose($hGraphics)
}}}
"	Bug	closed	3.3.1.6	Documentation	3.3.0.0	Blocking	Fixed	_GDIPlus_ImageGetGraphicsContext	
