Bugs item #975078, was opened at 2004-06-18 01:33 Message generated for change (Comment added) made by clhubert You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=536613&aid=975078&group_id=73068
Category: main tag library Group: None Status: Closed Resolution: Duplicate Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: fabrizio giustina (fgiust) Summary: Display tag keeps references to the objects passed in Initial Comment: The display tag keeps references to the objects in the collection passed in causing these objects to be not garbage collected. Murali Guggilam Email: [EMAIL PROTECTED] ---------------------------------------------------------------------- Comment By: Cory Hubert (clhubert) Date: 2004-07-06 16:53 Message: Logged In: YES user_id=218904 are these references garbage collected? Can it cause a memory leak. ---------------------------------------------------------------------- Comment By: fabrizio giustina (fgiust) Date: 2004-06-25 21:23 Message: Logged In: YES user_id=798060 the "tableIterator = null" line is already present in the cleanup method in the latest cvs sources, fixed after b3 ---------------------------------------------------------------------- Comment By: Murali Guggilam (mguggilam) Date: 2004-06-22 02:18 Message: Logged In: YES user_id=1065841 I have narrowed this one to the cleanUp() method in TableTag class. Adding the line "this.tableIterator = null;" to the cleanUp() method would release the references and fix this problem. ---------------------------------------------------------------------- Comment By: fabrizio giustina (fgiust) Date: 2004-06-18 19:18 Message: Logged In: YES user_id=798060 Any addictional detail? Displaytag actually strictly obeys to the jsp tag specifications (= can't clean up "manually" attributes that have been set using tag setters) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=536613&aid=975078&group_id=73068 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ displaytag-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-devel