chromaprint_dealloc method

void chromaprint_dealloc(
  1. Pointer<Void> ptr
)

Frees memory allocated by chromaprint functions.

Implementation

void chromaprint_dealloc(ffi.Pointer<ffi.Void> ptr) {
  return _chromaprint_dealloc(ptr);
}