[ wxwindows-Patches-1884594 ] richtext:memleak
SourceForge.net
noreply at sourceforge.net
Fri Feb 1 07:49:32 PST 2008
Patches item #1884594, was opened at 2008-02-01 17:49
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=309863&aid=1884594&group_id=9863
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: RichTextCtrl
Group: bug fix
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Jes (sasha_m_)
Assigned to: Julian Smart (juliansmart)
Summary: richtext:memleak
Initial Comment:
Index: richtextbuffer.cpp
===================================================================
--- richtextbuffer.cpp (revision 51494)
+++ richtextbuffer.cpp (working copy)
@@ -7219,6 +7219,7 @@
wxRichTextFontTable::~wxRichTextFontTable()
{
+ m_refData->DecRef()
UnRef();
}
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=309863&aid=1884594&group_id=9863
More information about the wx-dev
mailing list