update docs

This commit is contained in:
ValKmjolnir
2022-03-14 20:29:49 +08:00
parent 19db83a7f0
commit 9740ae90a5
4 changed files with 28 additions and 17 deletions
+1
View File
@@ -166,6 +166,7 @@ struct nasal_obj
if(destructor && ptr)
{destructor(ptr);}
ptr=nullptr;
destructor=nullptr;
}
};