From 3c30835071ff5737c034b928677d6a5f146d1cdd Mon Sep 17 00:00:00 2001 From: The-Mighty-Cat <54977668+The-Mighty-Cat@users.noreply.github.com> Date: Wed, 12 Feb 2025 22:32:17 +0100 Subject: [PATCH] Created FreeJs (markdown) --- FreeJs.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 FreeJs.md 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