Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 360521 - CDOQuery memory leak with getResult
Summary: CDOQuery memory leak with getResult
Status: CLOSED FIXED
Alias: None
Product: EMF
Classification: Modeling
Component: cdo.core (show other bugs)
Version: 4.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Eike Stepper CLA
QA Contact: Eike Stepper CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-11 05:31 EDT by Eike Stepper CLA
Modified: 2012-09-21 06:50 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eike Stepper CLA 2011-10-11 05:31:48 EDT
Cloned from: 360501: CDOQuery memory leak with getResult
https://bugs.eclipse.org/bugs/show_bug.cgi?id=360501

Build Identifier: 4.0.0-R20110608-1407

Instances of some classes are leaking when using CDOQuery.getResult.

Forumentry: http://www.eclipse.org/forums/index.php/t/245302/

Reproducible: Always

Steps to Reproduce:
1. CDOQuery cdoq = cdoView.createQuery("sql", sql);
2. Iterator<T> it = cdoq.getResult(cl).iterator();
Comment 1 Eike Stepper CLA 2011-10-12 00:23:11 EDT
Committed revision 9476:
- branches/4.0-maintenance/plugins/org.eclipse.emf.cdo
Comment 2 Eike Stepper CLA 2011-10-12 00:24:02 EDT
Fixed
Comment 3 Eike Stepper CLA 2012-09-21 06:50:17 EDT
Closing.