holland01 / YAQ3R

view a (I)BSP map!
Other
6 stars 1 forks source link

Freeing GPU memory on program end results in GL error #11

Open holland01 opened 8 years ago

holland01 commented 8 years ago

This may be due to the fact that the context is terminated when the attempt to free is made in the destructor; if so, RAII likely isn't useful in this case.