Skip to content

Commit

Permalink
Updated example gif file
Browse files Browse the repository at this point in the history
Signed-off-by: 邓佳佳 <[email protected]>
  • Loading branch information
nmgwddj committed Oct 20, 2018
1 parent 2d051b3 commit 19ca4e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Binary file modified logs_monitor.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion src/module/file_manager/file_instance.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,10 @@ void FileInstance::CaptureFileThread()
{
if (!FindNextChangeNotification(find_handle_))
{
::FindCloseChangeNotification(find_handle_);
if (find_handle_)
{
::FindCloseChangeNotification(find_handle_);
}
break;
}
}
Expand Down

0 comments on commit 19ca4e2

Please sign in to comment.