Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ewencp opened this issue Feb 20, 2012 · 1 comment
Open

Comments

@ewencp
Copy link
Member

ewencp commented Feb 20, 2012

[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 :

  • a directory named berkeliumyyyyARBITRARY_NUMBER that seems to contain the user directory of chromium (cookies, history, cache, ...).
  • a plugin named plugin_ARBITRARY_NUMBER
    So the temp directory grows rapidly because none gets released.

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
Copy link

saejox commented Dec 19, 2012

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants