Cleanup close

This commit is contained in:
Howard Chu 2006-04-27 02:29:13 +00:00
parent 8b06446b10
commit 2cd781eae3

View File

@ -308,9 +308,7 @@ refint_close(
ch_free(id->nothing.bv_val);
ch_free(id->nnothing.bv_val);
on->on_bi.bi_private = NULL; /* XXX */
ch_free(id);
memset( id, 0, sizeof(*id));
return(0);
}