This routine frees all memory in a Workbench disk object, and the object itself. It is implemented via FreeFreeList().
GetDiskObject() takes care of all the initialization required to set up the object's free list. This procedure may ONLY be called on a DiskObject allocated via GetDiskObject().
INPUTS
diskobj
a pointer to a DiskObject structure; as of V44, a NULL diskobj pointer will be ignored.