dispose static method

void dispose()

Implementation

static void dispose() {
  _free(handle);
  handle = 0;
}