Details
-
Bug
-
Resolution: Cannot Reproduce
-
Not Evaluated
-
None
-
1.2.0
-
None
-
My QtMoblity is built with VS 2008 in Windows 7
Description
QSize QGeoTiledMappingManagerEngine::tileSize() const
{
Q_D(const QGeoTiledMappingManagerEngine);
return d->tileSize;
}
When the program with QTLocation runs a while ( for example, several hours), the pointer d becomes an invalid pointer.
Please find the text file for the call stack.
Thanks.