Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
sunos: fix assertion errors in uv__finish_close
  • Loading branch information
indutny authored and bnoordhuis committed Jun 18, 2012
1 parent c1d8e01 commit 61a6e06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/unix/sunos.c
Expand Up @@ -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 */
Expand Down

0 comments on commit 61a6e06

Please sign in to comment.