Originally posted by Blama
View Post
Is there a list of classes I have to take care of?
What about FormItems or ListGridFields (either class variables or local variables) that I create using new, but then don't use in a DynamicForm or ListGrid via setFields. Would they leak memory as well?
What about FormItems or ListGridFields (either class variables or local variables) that I create using new, but then don't use in a DynamicForm or ListGrid via setFields. Would they leak memory as well?
What do you mean by "keep them around"?
From this thread I get that this way I will leak a DS for every window open/close cycle.
Leave a comment: