mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-03-22 02:31:28 +00:00
Doh... wrong comment type
This commit is contained in:
parent
ffd41cb1c7
commit
6acf131369
1 changed files with 1 additions and 1 deletions
2
ast.c
2
ast.c
|
@ -405,7 +405,7 @@ ast_member* ast_member_new(lex_ctx ctx, ast_expression *owner, unsigned int fiel
|
|||
|
||||
void ast_member_delete(ast_member *self)
|
||||
{
|
||||
// ast_unref(self->owner);
|
||||
/* ast_unref(self->owner); */
|
||||
ast_expression_delete((ast_expression*)self);
|
||||
mem_d(self);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue