- Fixed a bug in napi5.c

This commit is contained in:
koennecke
2006-03-03 15:30:54 +00:00
parent 00b09053ca
commit 5532f937dc
18 changed files with 692 additions and 433 deletions

View File

@ -94,6 +94,9 @@
{
self->FreePrivate(self);
}
if(self->pOption){
DeleteStringDict(self->pOption);
}
if(self->data)
{
killHMData(self->data);