Logged In: NO

Obviously, the patch wasn't uploaded. I'll post it inline:

Index: ext/ResizableLib/ResizableLayout.h

--- ext/ResizableLib/ResizableLayout.h (revision 6472)
+++ ext/ResizableLib/ResizableLayout.h (working copy)
@@ -294,6 +294,8 @@
{
// just for safety
RemoveAllAnchors();
+
+ DeleteObject(m_hOldClipRgn);
}
};