lib_mlx_free method

void lib_mlx_free(
  1. Pointer<Void> ptr
)

Frees strings returned from lib_mlx_* functions.

Implementation

void lib_mlx_free(ffi.Pointer<ffi.Void> ptr) {
  return _lib_mlx_free(ptr);
}