47niemand / zengl

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

Small memory leak in zgl_Window #59

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This is just a minor issue. In zgl_window.wnd_SetCaption under Windows, a 
"GetMem( wndCaptionW, len * 2 + 2 )" is performed, but this memory is not freed 
on shutdown.

This is not a big deal, but it can interfere with memory leak reporting 
utilities.

Original issue reported on code.google.com by bil...@planet.nl on 30 Jan 2012 at 3:46

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r1453.

Original comment by dr.andru@gmail.com on 30 Jan 2012 at 6:41