Author: dgeraskov
Date: 2011-12-15 03:04:30 -0500 (Thu, 15 Dec 2011)
New Revision: 37346
Modified:
trunk/hibernatetools/plugins/org.hibernate.eclipse.mapper/src/org/hibernate/eclipse/mapper/editors/reveng/xpl/FormTextEntry.java
Log:
https://issues.jboss.org/browse/JBIDE-10227
Dispose Gc
Modified:
trunk/hibernatetools/plugins/org.hibernate.eclipse.mapper/src/org/hibernate/eclipse/mapper/editors/reveng/xpl/FormTextEntry.java
===================================================================
---
trunk/hibernatetools/plugins/org.hibernate.eclipse.mapper/src/org/hibernate/eclipse/mapper/editors/reveng/xpl/FormTextEntry.java 2011-12-15
02:07:45 UTC (rev 37345)
+++
trunk/hibernatetools/plugins/org.hibernate.eclipse.mapper/src/org/hibernate/eclipse/mapper/editors/reveng/xpl/FormTextEntry.java 2011-12-15
08:04:30 UTC (rev 37346)
@@ -369,6 +369,7 @@
}
last = loc;
}
+ gc.dispose();
String lastLine = src.substring(saved, last);
buff.append(lastLine);
return buff.toString();