From: Wolfgang (Blub) Bumiller Date: Sat, 18 Aug 2012 14:30:28 +0000 (+0200) Subject: Doh... wrong comment type X-Git-Tag: 0.1-rc1~205 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=6acf1313695f5330bb4f3dec51b716e57befaa98;p=xonotic%2Fgmqcc.git Doh... wrong comment type --- diff --git a/ast.c b/ast.c index 317f0ef..707e228 100644 --- a/ast.c +++ b/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); }