mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-01-31 12:00:38 +00:00
fix memleak in ast_local_codegen
This commit is contained in:
parent
1caf1b3ebe
commit
d5e90a17f9
1 changed files with 1 additions and 0 deletions
1
ast.c
1
ast.c
|
@ -1431,6 +1431,7 @@ bool ast_local_codegen(ast_value *self, ir_function *func, bool param)
|
|||
self->ir_values[ai]->unique_life = true;
|
||||
self->ir_values[ai]->locked = true;
|
||||
}
|
||||
mem_d(name);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue