cnwangya / dcef3

Automatically exported from code.google.com/p/dcef3
0 stars 0 forks source link

if the CefCache dir is not specified, orphaned scoped_dirs are left behind #75

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
If don't set your CefCache dir, libcef instead creates a cache in your 
C:\Users\(current user)\AppData\Local\Temp folder with a name starting with 
"scoped_dir".

In theory, when CefShutdown exits cleanly, those temp folder are deleted. 
However, this is not he behavior I'm seeing using DCEF3. If I use CefSharp 
(.NET) with the same libcef dlls, those scoped_dir folders DO get deleted.

Original issue reported on code.google.com by netedgej...@gmail.com on 3 Jun 2015 at 6:28