cppcryptfs icon indicating copy to clipboard operation
cppcryptfs copied to clipboard

Handles are not closed when a jpg image is closed

Open shujaat-github opened this issue 3 years ago • 0 comments

Reproduce: Open a jpg image from the mounted drive in Microsoft Default Image viewer and then close that image. Although the image is closed, the following function returns 2 handles: int MountPointManager::get_open_handle_count(const wchar_t *mountpoint)

However, when I close Microsoft Word file then the handles are closed.

shujaat-github avatar Aug 30 '22 12:08 shujaat-github