ValentinCupif / androidvg

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

memory leak in shTriangulation.c #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
There's a little memory leak in shTriangulation.c inside shDrawPolygon(SHPath 
*p, GLenum mode), here's the fix:

free(vertices);

Original issue reported on code.google.com by jmogui...@gmail.com on 16 Jun 2011 at 10:53