sirikata / berkelium

Chromium Embedded in GL/DX (NOTE: No longer maintained!)
http://berkelium.org/
266 stars 48 forks source link

Temp stuff added to AppData/.../Temp at each instance but not removed. #13

Open ewencp opened 12 years ago

ewencp commented 12 years ago

[Originally from https://github.com/sirikata/sirikata/issues/498]

Hi,

I see that each time I launch one of the binaries (glut_demo.exe, glut_input.exe, ...), Berkelium adds this stuff to the C:\Users***\AppData\Local\Temp :

I noticed the same behavior when I use berkelium in my own runtime. I am on Win7 64.

Thank you for providing this library, it could become a major step for game UI.

Cheers,

Jounayd Id Salah.

saejox commented 11 years ago

I got curious and I tested this on Win7 64.

Directory is deleted when Window::destroy called. I have created 1000 windows and destroyed them. All directories are removed when 'delete window' called.

A console message indicating leak is printed. Make sure console is open. I think this is a false alarm.