<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=Big5-HKSCS" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Dear Sascha,<br>
<br>
<blockquote cite="mid1115642241.7537.18.camel@localhost.localdomain"
type="cite">
<blockquote type="cite">
<pre wrap=""> * GDI leaks caused by the creation of icon and brushes every time
preinit() is called
</pre>
</blockquote>
<pre wrap=""><!---->
I think it would be better if the brush and icon were destroyed during
uninit()
Could you update your patch to do this?
</pre>
</blockquote>
Then UnregisterClass() would have to be called in uninit() as well,
since the icon and brushes are tied to the window class. With a '-loop
0' option, this leads to alternating calls to RegisterClass() and
UnregisterClass(), which is not very efficient...<br>
<br>
<br>
Regards,<br>
Timothy<br>
</body>
</html>