free method

void free()

Implementation

void free() {
  ImagingDelete(_inst);
  _inst = nullptr;
}