Fix some memory leaks
This commit is contained in:
parent
9fef3f70f5
commit
8e6c28da7b
7 changed files with 37 additions and 10 deletions
|
|
@ -489,6 +489,7 @@ pub fn destroy(xkb_bindings: *XkbBindings) void {
|
|||
binding.xkb_binding_v1.destroy();
|
||||
utils.gpa.destroy(binding);
|
||||
}
|
||||
xkb_bindings.xkb_bindings_v1.destroy();
|
||||
utils.gpa.destroy(xkb_bindings);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue