free method

void free()

Free memory allocated for these options.

Implementation

void free() {
  _finalizer.detach(this);
  calloc.free(_pointer);
}