show/hide this revision's text 2 added 113 characters in body

Yep.. one of the first things we learnt. No need to check for null when deleting. But if someone has already deleted the object and forgot to set the pointer to NULL, then you have a problem.

show/hide this revision's text 1

Yep.. one of the first things we learnt. No need to check for null when deleting