[PyOpenGL-Devel] [ pyopengl-Bugs-528094 ] memory leak in glVertex2s
Brought to you by:
mcfletch
|
From: <no...@so...> - 2002-03-10 11:51:58
|
Bugs item #528094, was opened at 2002-03-10 03:51 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105988&aid=528094&group_id=5988 Category: GL Group: v2.0 Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Tarn Weisner Burton (twburton) Summary: memory leak in glVertex2s Initial Comment: Hi, I installed PyOpenGL-2.0.0.44.win32-py2.2.exe. I hunted a memleak in my app for some time and I finally fixed it: my app lost mem everytime it called glVertex2s. glVertex2f and glVertex2sv are working fine though. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105988&aid=528094&group_id=5988 |