Make ef_close() clear baseid, cids and fids
This commit is contained in:
parent
62076fbed7
commit
afcde86ca3
1 changed files with 1 additions and 0 deletions
|
@ -249,6 +249,7 @@ ef_close(int type)
|
|||
}
|
||||
ep->fd = -1;
|
||||
}
|
||||
ep->baseid = ep->cids = ep->fids = 0;
|
||||
return retval;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue