|
From: SourceForge.net <no...@so...> - 2012-06-05 04:51:03
|
Patches item #3532051, was opened at 2012-06-04 21:51 Message generated for change (Tracker Item Submitted) made by nathanm32292394 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=303248&aid=3532051&group_id=3248 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: BZFlag Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nathan M (nathanm32292394) Assigned to: Nobody/Anonymous (nobody) Summary: Memory leak in regcomp Initial Comment: Valgrind reports a memory leak in MessageOfTheDay::finalization because a regular expression is being compiled multiple times, but freed only once. The attached patch fixes this problem. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=303248&aid=3532051&group_id=3248 |