This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
nanovg
mirror of
https://github.com/VCVRack/nanovg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Fixed memory leak
shared-context
Christian Forfang
11 years ago
parent
0c7feda665
commit
119f315a75
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
src/nanovg_gl.h
+ 5
- 0
src/nanovg_gl.h
View File
@@ -1332,6 +1332,11 @@ static void glnvg__renderDelete(void* uptr)
}
free(gl->textures);
free(gl->paths);
free(gl->verts);
free(gl->uniforms);
free(gl->calls);
free(gl);
}
Write
Preview
Loading…
Cancel
Save