cppcryptfs
cppcryptfs copied to clipboard
Handles are not closed when a jpg image is closed
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.