|
From: SourceForge.net <no...@so...> - 2011-07-04 19:02:40
|
SciDAVis Bugs item #3353950, was opened at 2011-07-04 16:02 Message generated for change (Tracker Item Submitted) made by fellype You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=968214&aid=3353950&group_id=199120 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: General Group: current_stable Status: Open Resolution: None Priority: 9 Private: Yes Submitted By: Fellype (fellype) Assigned to: Nobody/Anonymous (nobody) Summary: Memory is not deallocated when objects are deleted Initial Comment: Memory is not deallocated when objects are deleted in SciDAVis. A simple way to verify it is to run the following python script in a SciDAVis note: for i in range(1,501): t=newTable("Table"+str(i),2,1000) t.confirmClose(False) t.close() An additional information is that the memory is not deallocated when a new project is started. I think it is a security issue. Then it is being submitted as "Private" and with highest priority. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=968214&aid=3353950&group_id=199120 |