1
0
Fork 1
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:
Marek Kochanowicz 2014-07-07 10:23:40 +02:00
parent 851d2f061b
commit acc8432705

View file

@ -353,6 +353,7 @@ void CSVWorld::EditWidget::remake(int row)
{
delete mNestedModels[i];
}
mNestedModels.clear();
if (mMainWidget)
{