A handy use of null pointers is to check if a pointer has a null value with a conditional.
Try setting this pointer to a NULL value.
Good work. This is a handy way to control the flow of code when using pointers.
Does it make sense to set a NULL pointer to this value here?