("Avoid memory crash when reading old VDMOS models.
Enable both old and current model format.",
2023-12-30)
This commit is contained in:
Holger Vogt 2024-01-15 11:10:50 +01:00
parent 79e80dbbab
commit a0bddf872d
1 changed files with 0 additions and 1 deletions

View File

@ -8035,7 +8035,6 @@ static int inp_vdmos_model(struct card *deck)
wl_append_word(NULL, &wl, token);
else {
tfree(token);
break;
}
if (*cut_line == ')' || *cut_line == '\0') {
wl_append_word(NULL, &wl, copy(")"));