free method

void free()

Implementation

void free() {
  buffer.free();
  ec.free();
  _freed = true;
}