mirror of
https://github.com/ziglang/zig.git
synced 2026-02-20 00:08:56 +00:00
spirv: fix memory leak in SpvModule
This commit is contained in:
parent
28e1d82857
commit
255737ea57
@ -184,6 +184,7 @@ pub fn deinit(self: *Module) void {
|
||||
self.sections.debug_strings.deinit(self.gpa);
|
||||
self.sections.debug_names.deinit(self.gpa);
|
||||
self.sections.annotations.deinit(self.gpa);
|
||||
self.sections.types_globals_constants.deinit(self.gpa);
|
||||
self.sections.functions.deinit(self.gpa);
|
||||
|
||||
self.source_file_names.deinit(self.gpa);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user