- Fixed a bug in napi5.c
This commit is contained in:
@ -94,6 +94,9 @@
|
||||
{
|
||||
self->FreePrivate(self);
|
||||
}
|
||||
if(self->pOption){
|
||||
DeleteStringDict(self->pOption);
|
||||
}
|
||||
if(self->data)
|
||||
{
|
||||
killHMData(self->data);
|
||||
|
Reference in New Issue
Block a user