intel / node-realsense

MIT License
24 stars 21 forks source link

[librealsense]Avoid double freeing #220

Closed minggangw closed 7 years ago

minggangw commented 7 years ago

We should not free the memory after the ownership has been transferred to Nan::NewBuffer.

Fix #219