Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 360521

Summary: CDOQuery memory leak with getResult
Product: [Modeling] EMF Reporter: Eike Stepper <stepper>
Component: cdo.coreAssignee: Eike Stepper <stepper>
Status: CLOSED FIXED QA Contact: Eike Stepper <stepper>
Severity: normal    
Priority: P3    
Version: 4.0   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

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.