[flexcoders] Re: Deleting an Object

2009-12-03 Thread valdhor
Just set the object instance to null. --- In flexcoders@yahoogroups.com, Wally Kolcz wko...@... wrote: I have a singleton that stores user data for an application. When the user logs out I want to delete the instance of the singleton (UserDataModel). Can you just delete the whole Object or

Re: [flexcoders] Re: Deleting an Object

2009-12-03 Thread Fu Di
...@embarqmail.com Subject: [flexcoders] Re: Deleting an Object To: flexcoders@yahoogroups.com Date: Thursday, December 3, 2009, 6:05 PM   Just set the object instance to null. --- In flexcod...@yahoogro ups.com, Wally Kolcz wko...@... wrote: I have