destroy method

void destroy()

Implementation

void destroy() {
  _processorChain.clear();
  _wrapper.destroyWrapper();
  _vfsMap.remove(_wrapper.id);
}