From: SourceForge.net <no...@so...> - 2012-05-11 22:05:20
|
Bugs item #3525976, was opened at 2012-05-11 15:05 Message generated for change (Tracker Item Submitted) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=745324&aid=3525976&group_id=140042 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: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: using wxGridTable leaks memory Initial Comment: When using wxLuaGridTable refreshing a wxGrid leaks memory... Here is an example of using a periodic Timer Tick to ForceRefresh() the grid at a relatively high frequency resulting in massive memory leakage. Calling collectgarbage("count") will show a number that is increasing quickly. Please let me know if there is a simple work around. Also using the straight example from the examples folder if you move the cursor back and forth using the left and right arrow keys that will cause the memory to leak as well. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=745324&aid=3525976&group_id=140042 |