free method

void free(
  1. IStatus status
)

Implementation

void free(IStatus status) {
  _free(self, status.self);
  status.checkStatus();
}