mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-23 07:57:52 +00: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)
|
ctx.params.renderDelete(ctx.params.userPtr)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
delete(ctx.commands)
|
||||||
free(ctx)
|
free(ctx)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user