Created FreeJs (markdown)

The-Mighty-Cat 2025-02-12 22:32:17 +01:00
commit 3c30835071

7
FreeJs.md Normal file

@ -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.