update docs

This commit is contained in:
ValKmjolnir
2022-03-14 20:29:49 +08:00
parent b79d60fab5
commit 9a099f66cb
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;
}
};