Reset state machine to "simple" after closing a bezier curve.
Fixes a segfault at LFPG.
This commit is contained in:
parent
b1dd1d9e36
commit
73f07b7506
1 changed files with 1 additions and 1 deletions
|
@ -659,8 +659,8 @@ int Parser::ParseLine(char* line)
|
|||
cur_airport->AddFeature( cur_feat );
|
||||
}
|
||||
cur_feat = NULL;
|
||||
SetState( STATE_PARSE_SIMPLE );
|
||||
}
|
||||
SetState( STATE_PARSE_SIMPLE );
|
||||
prev_node = NULL;
|
||||
cur_node = NULL;
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue