forgot one small fix
This commit is contained in:
parent
306668887a
commit
aa30b94750
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ xmlClose(void *id)
|
||||||
assert(xid->name == 0);
|
assert(xid->name == 0);
|
||||||
|
|
||||||
munmap(xid->start, xid->len);
|
munmap(xid->start, xid->len);
|
||||||
close((int)xid->node.len);
|
close(xid->node.fd);
|
||||||
free(id);
|
free(id);
|
||||||
id = 0;
|
id = 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue