Bugs item #1754347, was opened at 2007-07-15 19:28 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=102439&aid=1754347&group_id=2439
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: SciTE Group: Bug Status: Open Resolution: None Priority: 5 Private: No Submitted By: chupakabra (chupakabra) Assigned to: Nobody/Anonymous (nobody) Summary: Memory leak in SciTEBase::StartExpandAbbreviation() Initial Comment: Memory allocated: char *linebuf = new char[currentPos + 2]; Exit without freeing memory: if (dataLength == 0) { WarnUser(warnNotFound); // No need for a special warning return true; // returning if expanded abbreviation is empty } ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=102439&aid=1754347&group_id=2439 _______________________________________________ Scintilla-interest mailing list Scintilla-interest@lyra.org http://mailman.lyra.org/mailman/listinfo/scintilla-interest