unref
Description:
public void unref ()
  
  Atomically decrements the reference count of this by one.
When the reference count reaches zero, the resources allocated by this are freed
Parameters:
| this | a Person | 
Atomically decrements the reference count of this by one.
When the reference count reaches zero, the resources allocated by this are freed
| this | a Person |