forked from xxq250/Nasal-Interpreter
update docs
This commit is contained in:
@@ -166,6 +166,7 @@ struct nasal_obj
|
||||
if(destructor && ptr)
|
||||
{destructor(ptr);}
|
||||
ptr=nullptr;
|
||||
destructor=nullptr;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user