Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 99 of file lfs_wrap.c.
Referenced by mpg123_open(), mpg123_open_fd(), mpg123_open_handle(), and wrap_destroy().
{ struct wrap_data *ioh = handle; if(ioh->iotype == IO_HANDLE) { if(ioh->h_cleanup != NULL && ioh->handle != NULL) ioh->h_cleanup(ioh->handle); ioh->handle = NULL; } if(ioh->my_fd >= 0) { close(ioh->my_fd); ioh->my_fd = -1; } }