multiple anonymous instances in a model causes a memory leak

Project:formsPlayer
Version:1.5.4
Component:Code
Category:bug
Priority:normal
Assigned:Unassigned
Status:closed
Description

submission-http-concurrent-connections.html
contains seven anonymous instances in the default model. Only the first of these loads its content, and only that one is deleted on shutdown.

Giving each of these (or all but one) a unique id attribute allows the all content to be loaded at the start, and the corresponding objects to be deleted at shutdown.

Updates

#1 submitted by Paul Butcher on Tue, 2007-09-04 12:14
Status:new» applied
#2 submitted by Anonymous on Tue, 2007-09-18 17:43
Status:applied» closed