added the _instsize field to hcl_t, hcl_server_t, hcl_client_t
This commit is contained in:
@ -2398,7 +2398,7 @@ void hcl_detachio (hcl_t* hcl)
|
||||
|
||||
prev = hcl->c->curinp->includer;
|
||||
HCL_ASSERT (hcl, hcl->c->curinp->name != HCL_NULL);
|
||||
HCL_MMGR_FREE (hcl->mmgr, hcl->c->curinp);
|
||||
hcl_freemem (hcl, hcl->c->curinp);
|
||||
hcl->c->curinp = prev;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user