sunos: fix assertion errors in uv__finish_close

This commit is contained in:
Fedor Indutny 2012-06-19 00:02:56 +04:00 committed by Ben Noordhuis
parent c1d8e011f4
commit 61a6e06ec2

View File

@ -213,6 +213,7 @@ void uv__fs_event_close(uv_fs_event_t* handle) {
free(handle->filename);
handle->filename = NULL;
handle->fo.fo_name = NULL;
uv__handle_stop(handle);
}
#else /* !HAVE_PORTS_FS */