<?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 : Please add memory leak fix</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Please add memory leak fix]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 05 Apr 2026 19:33:22 +0000</pubDate>
  <lastBuildDate>Mon, 13 Sep 2021 09:11:20 +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=24206</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[Please add memory leak fix : In the source for v20.1.0 I have...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24206&amp;PID=78230&amp;title=please-add-memory-leak-fix#78230</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=686">cpede</a><br /><strong>Subject:</strong> 24206<br /><strong>Posted:</strong> 13 September 2021 at 9:11am<br /><br />In the source for v20.1.0 I have added the following:<div><br></div><div>XTPReportPaintManager.cpp line 391:</div><div><br></div><div>Replace:</div><div><table width="99%"><tr><td><pre class="BBcode"></div><div><div>#ifdef _XTP_INCLUDE_CONTROLS</div><div><span style="white-space:pre">	</span>// themed controls</div><div><br></div><div><span style="white-space:pre">	</span>if (m_bUseThemedControls &amp;&amp; m_pControl)</div><div><span style="white-space:pre">	</span>{</div><div><span style="white-space:pre">		</span>m_pCombo = new CXTPComboBox();</div><div><span style="white-space:pre">		</span>ASSERT(m_pCombo);</div><div><span style="white-space:pre">		</span>m_pCombo-&gt;Create(WS_CHILD, CRect(0, 0, 0, 0), m_pControl, 1);</div><div><span style="white-space:pre">	</span>}</div><div>#endif</div><div></pre></td></tr></table></div></div><div><br></div><div><div>with</div><div><br></div><div><table width="99%"><tr><td><pre class="BBcode"></div><div><div>#ifdef _XTP_INCLUDE_CONTROLS</div><div><span style="white-space: pre;">	</span>// themed controls</div><div><br></div><div><span style="white-space: pre;">	</span>if (m_bUseThemedControls &amp;&amp; m_pControl)</div><div><span style="white-space: pre;">	</span>{</div><div><div><b><span style="white-space:pre">		</span>// Added by CPN</b></div><div><b><span style="white-space:pre">		</span>SAFE_DELETE(m_pCombo);</b></div></div><div><br></div><div><span style="white-space: pre;">		</span>m_pCombo = new CXTPComboBox();</div><div><span style="white-space: pre;">		</span>ASSERT(m_pCombo);</div><div><span style="white-space: pre;">		</span>m_pCombo-&gt;Create(WS_CHILD, CRect(0, 0, 0, 0), m_pControl, 1);</div><div><span style="white-space: pre;">	</span>}</div><div>#endif</div><div></pre></td></tr></table></div></div></div><div><br></div><div>Please consider adding this for future releases.</div><div><br></div><div>-cpede</div>]]>
   </description>
   <pubDate>Mon, 13 Sep 2021 09:11:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24206&amp;PID=78230&amp;title=please-add-memory-leak-fix#78230</guid>
  </item> 
 </channel>
</rss>