Bug 334264 - Memory Leak with UML elements
Summary: Memory Leak with UML elements
Status: CLOSED FIXED
Alias: None
Product: Acceleo
Classification: Modeling
Component: Core (show other bugs)
Version: 3.0.0   Edit
Hardware: PC Windows XP
: P3 normal
Target Milestone: Future   Edit
Assignee: Laurent Goubet CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2011-01-13 09:49 EST by Tristan Faure CLA
Modified: 2011-01-19 03:45 EST (History)
0 users

See Also:


Attachments
the patch fixing the problem (2.83 KB, patch)
2011-01-13 09:51 EST, Tristan Faure CLA
laurent.goubet: iplog+
Details | Diff
mylyn/context/zip (728 bytes, application/octet-stream)
2011-01-13 09:51 EST, Tristan Faure CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tristan Faure CLA 2011-01-13 09:49:52 EST
Create an UML template 
run generation n times. Memory never decrease. After heap analyse objects are VariableImp and are retained by UML2 CacheAdapter the patch attached to this bug fix this problem.
Comment 1 Tristan Faure CLA 2011-01-13 09:51:02 EST
Created attachment 186726 [details]
the patch fixing the problem

the patch fixing the problem
Comment 2 Tristan Faure CLA 2011-01-13 09:51:06 EST
Created attachment 186727 [details]
mylyn/context/zip
Comment 3 Laurent Goubet CLA 2011-01-19 03:45:27 EST
Comment on attachment 186726 [details]
the patch fixing the problem

This patch has been committed on both HEAD and 3.0 maintenance. It will be available in the 3.0.2RC1 and 3.1.0M5 builds.