mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-29 17:34:34 +00:00
Fix small memory leak in nanovg.
This commit is contained in:
1
vendor/nanovg/nanovg.odin
vendored
1
vendor/nanovg/nanovg.odin
vendored
@@ -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