Destroy the specified *object and use the allocator held by *object to deallocate its memory footprint.
*object
Declared in <ball_record.h>
<ball_record.h>
static void deleteObject(Record const* object);
The behavior is undefined unless object is the address of a valid log record.
object