mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-10 13:21:37 -07:00
fix empty parentheses seg fault
This commit is contained in:
@@ -1797,6 +1797,7 @@ gb_internal void add_type_and_value(CheckerContext *ctx, Ast *expr, AddressingMo
|
||||
}
|
||||
|
||||
expr = unparen_expr(expr);
|
||||
if(!expr) break;
|
||||
}
|
||||
mutex_unlock(mutex);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user