WebAssembly / wasm-c-api

Wasm C API prototype
Apache License 2.0
550 stars 77 forks source link

host-mem: remove unneeded munmap call #102

Closed lostman closed 1 year ago

lostman commented 5 years ago

The other munmap call takes care of deallocating the whole region:

munmap(info->base, info->alloc_total_size)