Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commit/7cd7d93c79b37f99c3853037b7bf5b836621d21e?style=split&whitespace=ignore-eol You should set ROOT_URL correctly, otherwise the web may not work correctly.

SANKORE-436 fix memory leak with switch page

preferencesAboutTextFull
Anatoly Mihalchenko 14 years ago
parent 26e1f11a61
commit 7cd7d93c79
  1. 1
      src/gui/UBDocumentNavigator.cpp

@ -161,6 +161,7 @@ void UBDocumentNavigator::updateSpecificThumbnail(int iPage)
mScene->removeItem(pItem); mScene->removeItem(pItem);
mScene->addItem(pixmapItem); mScene->addItem(pixmapItem);
mThumbnails.replace(iPage, pixmapItem); mThumbnails.replace(iPage, pixmapItem);
delete pItem;
} }
} }
} }

Loading…
Cancel
Save