Community
Participate
Working Groups
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();
Committed revision 9476: - branches/4.0-maintenance/plugins/org.eclipse.emf.cdo
Fixed
Closing.