Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: fix bugs 197154 ReportDesign instance not released after create/open a report design and close

- Summary:

Fixed memory leak in DesignSession class. When inserts the extension predefined styles to the report design, should not use the cached style directly. Otherwise, it will cause the failure to release report design and DesignSession. The correct way is to clone the predefined style first, then add the clone to the report design.

- Bugzilla Bug (s) Resolved: 197154

- Description:

1. fixed the algorithm to add extension predefined styles.

- Tests Description :

Manual test

- Files Edited:

/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/core/DesignSession.java



- Files Added:



- Files Deleted:



- Notes to Build Team:



- Notes to Developers:



- Notes to QA:



- Notes to Documentation:

 

 

Rick Lu

 

Actuate Software Shanghai Center

Tel: (86)21-58826388

Fax: (86)21-58826002

Email: rlu@xxxxxxxxxxx

 

Back to the top