Created FreeJs (markdown)
parent
7919035b8e
commit
3c30835071
1 changed files with 7 additions and 0 deletions
7
FreeJs.md
Normal file
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.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue