destroy method

void destroy(
  1. Pointer<Void> libraryPtr
)

Implementation

void destroy(Pointer<Void> libraryPtr) {
  _destroy(libraryPtr);
  // Do not calloc.free the libraryPtr here
}