Closed galpeter closed 4 years ago
Node uses buffers allocated with malloc/realloc when creating ArrayBuffers, thus the V8-Jerry binding should also use free() when releasing the allocated buffer.
Node uses buffers allocated with malloc/realloc when creating ArrayBuffers, thus the V8-Jerry binding should also use free() when releasing the allocated buffer.