destroy method

  1. @mustCallSuper
void destroy()

Destroy this instance.

Implementation

@mustCallSuper
void destroy() {
  [specPointer, bufferPointer, lengthPointer].forEach(calloc.free);
}