[tcljava-dev] TclList finalize
Brought to you by:
mdejong
From: Daniel W. <da...@rt...> - 2000-12-18 22:55:29
|
Looking at the latest sources, I noticed that the TclList class doesn't have a finalize method declared. Since TclList is a subclass of CObject, shouldn't it have a finalize method for sending the TclList object as an event to the notifier for later cleanup? -Dan |