<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : [solved] Flowgraph GDI Object Leak 17.2</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : [solved] Flowgraph GDI Object Leak 17.2]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 19 Apr 2026 12:38:44 +0000</pubDate>
  <lastBuildDate>Tue, 07 Mar 2017 14:53:46 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=23112</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[[solved] Flowgraph GDI Object Leak 17.2 : Hello Doug Heimer,I&amp;#039;m glad...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23112&amp;PID=75604&amp;title=solved-flowgraph-gdi-object-leak-17-2#75604</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8730">olebed</a><br /><strong>Subject:</strong> 23112<br /><strong>Posted:</strong> 07 March 2017 at 2:53pm<br /><br /><span style="line-height: 16.8px;">Hello Doug Heimer,</span><br style="line-height: 16.8px;"><br style="line-height: 16.8px;"><span style="line-height: 16.8px;">I'm glad to inform you that issue have been addressed and fixed in v17.3 as other support ticket.</span><br style="line-height: 16.8px;"><br style="line-height: 16.8px;"><span style="line-height: 16.8px;">Regards,</span><br style="line-height: 16.8px;"><span style="line-height: 16.8px;">&nbsp;Oleksandr Lebed</span>]]>
   </description>
   <pubDate>Tue, 07 Mar 2017 14:53:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23112&amp;PID=75604&amp;title=solved-flowgraph-gdi-object-leak-17-2#75604</guid>
  </item> 
  <item>
   <title><![CDATA[[solved] Flowgraph GDI Object Leak 17.2 :  CXTPFlowGraphSelectionRect::...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23112&amp;PID=75031&amp;title=solved-flowgraph-gdi-object-leak-17-2#75031</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9074">doug.heimer</a><br /><strong>Subject:</strong> 23112<br /><strong>Posted:</strong> 31 August 2016 at 1:20pm<br /><br /><div></div><div><br></div><div><span style="font-size:9.5pt;font-family:C&#111;nsolas;&amp;#10;mso-bidi-font-family:C&#111;nsolas;color:blue">CXTPFlowGraphSelectionRect</span><span style="font-size:9.5pt;font-family:C&#111;nsolas;mso-bidi-font-family:C&#111;nsolas;&amp;#10;color:black">::</span><span style="font-size:9.5pt;font-family:C&#111;nsolas;&amp;#10;mso-bidi-font-family:C&#111;nsolas;color:#880000">CreateSizeSquare</span><span style="font-size:9.5pt;font-family:C&#111;nsolas;mso-bidi-font-family:C&#111;nsolas;&amp;#10;color:black">()</span></div><p style="margin: 0in 0in 0pt;"><span style="font-size:9.5pt;font-family:C&#111;nsolas;&amp;#10;mso-bidi-font-family:C&#111;nsolas;color:black">&nbsp;</span></p><p style="margin: 0in 0in 0pt;"><span style="font-size:9.5pt;font-family:C&#111;nsolas;&amp;#10;mso-bidi-font-family:C&#111;nsolas;color:black">GDB Object Leak</span></p><p style="margin: 0in 0in 0pt;"><span style="font-size:9.5pt;font-family:C&#111;nsolas;&amp;#10;mso-bidi-font-family:C&#111;nsolas;color:black">&nbsp;</span></p><p style="margin: 0in 0in 0pt;"><span style="font-size:9.5pt;font-family:C&#111;nsolas;&amp;#10;mso-bidi-font-family:C&#111;nsolas;color:black"><span style="mso-tab-count:1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span><span style="font-size:9.5pt;font-family:C&#111;nsolas;mso-bidi-font-family:C&#111;nsolas;&amp;#10;color:#A000A0">FreeCreateAndSelectPen attempts to release&nbsp;a pen currently selected in a dc.&nbsp; This doesn't work, and results in the Pen's leaking, 3 per selection rect, of which there is 1 per node. </span></p><p style="margin: 0in 0in 0pt;"><span style="font-size:9.5pt;font-family:C&#111;nsolas;mso-bidi-font-family:C&#111;nsolas;&amp;#10;color:#A000A0"><br></span></p><p style="margin: 0in 0in 0pt;"><span style="font-size:9.5pt;font-family:C&#111;nsolas;mso-bidi-font-family:C&#111;nsolas;&amp;#10;color:#A000A0"><br></span></p><p style="margin: 0in 0in 0pt;"><span style="font-size:9.5pt;font-family:C&#111;nsolas;mso-bidi-font-family:C&#111;nsolas;&amp;#10;color:#A000A0">I was able to repro this leak is in the provided&nbsp;sample.</span></p><p style="margin: 0in 0in 0pt;"><span style="font-size:9.5pt;font-family:C&#111;nsolas;mso-bidi-font-family:C&#111;nsolas;&amp;#10;color:#A000A0"><br></span></p><p style="margin: 0in 0in 0pt;"><span style="font-size:9.5pt;font-family:C&#111;nsolas;mso-bidi-font-family:C&#111;nsolas;&amp;#10;color:#A000A0">Thanks, </span></p><p style="margin: 0in 0in 0pt;"><span style="font-size:9.5pt;font-family:C&#111;nsolas;mso-bidi-font-family:C&#111;nsolas;&amp;#10;color:#A000A0">Doug Heimer</span></p>]]>
   </description>
   <pubDate>Wed, 31 Aug 2016 13:20:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23112&amp;PID=75031&amp;title=solved-flowgraph-gdi-object-leak-17-2#75031</guid>
  </item> 
 </channel>
</rss>