Code review comment for lp:~marcustomlinson/unity-scopes-api/lp-1325633

Revision history for this message
Michal Hruby (mhr3) wrote :

98 + // Close the file descriptor
99 + close(fd_);

This will be called twice now, perhaps move to DirWatcher's destructor only?

review: Needs Fixing

« Back to merge proposal