1
0
Fork 0

forgot one small fix

This commit is contained in:
ehofman 2009-03-31 08:09:11 +00:00 committed by Tim Moore
parent 306668887a
commit aa30b94750

View file

@ -131,7 +131,7 @@ xmlClose(void *id)
assert(xid->name == 0);
munmap(xid->start, xid->len);
close((int)xid->node.len);
close(xid->node.fd);
free(id);
id = 0;
}