kevinortegren / zombieshroom

Large game project
11 stars 2 forks source link

Memory leak in menu #134

Closed Poelsa closed 10 years ago

Poelsa commented 10 years ago

After 2,5h in the menu after a disconnect from a game the memory usage was 1,2GB.

Wingly commented 10 years ago

Leaks the same amount ( ~100kb/s) ingame aswell

kevinortegren commented 10 years ago

glDeleteFence() was missing from GUI-thread. Fixed.