diff --git a/FreeJs.md b/FreeJs.md new file mode 100644 index 0000000..0173793 --- /dev/null +++ b/FreeJs.md @@ -0,0 +1,7 @@ +```cpp +void FreeJs(void* ptr) +``` + +FreeJS is a special funcion that frees a javascript object returned by the binding functions. + +You must always call this function to prevent memory leaks. \ No newline at end of file