sunos: fix assertion errors in uv__finish_close
This commit is contained in:
parent
c1d8e011f4
commit
61a6e06ec2
@ -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 */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user