mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 04:49:54 +00:00
fixed segfault
This commit is contained in:
parent
851d2f061b
commit
acc8432705
1 changed files with 1 additions and 0 deletions
|
@ -353,6 +353,7 @@ void CSVWorld::EditWidget::remake(int row)
|
|||
{
|
||||
delete mNestedModels[i];
|
||||
}
|
||||
mNestedModels.clear();
|
||||
|
||||
if (mMainWidget)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue