Lets say I have a list of items and store it somewhere. Later on in the program one of those items becomes null but is still in the list. How do I go about removing that? Anything I try to do with that item will just result in a crash. Is there a cleanup function for lists that will automaticly get rid of null stuff?