mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 09:22:22 -07:00
Fix small memory leak in nanovg.
This commit is contained in:
Vendored
+1
@@ -336,6 +336,7 @@ DeleteInternal :: proc(ctx: ^Context) {
|
||||
ctx.params.renderDelete(ctx.params.userPtr)
|
||||
}
|
||||
|
||||
delete(ctx.commands)
|
||||
free(ctx)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user