fix: Crash when closing empty delimiters (#2730)
Doing
```cpp
{
}
```
or
```cpp
{
{
}
}
```
was making imhex crash when closing folds. The cases were not considered
during development because they are illegal pattern language
statements.fix was to adjust the code to accommodate for them. P
paxcut committed
245803c345e8ca8dc22e1e2f47f2806321640cf6
Parent: d62dbd4
Committed by GitHub <noreply@github.com>
on 4/30/2026, 2:43:42 PM