Uploaded image for project: 'Qt Mobility'
  1. Qt Mobility
  2. QTMOBILITY-1813

3rd search crashes MapsDemo

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P2: Important P2: Important
    • 1.2.2
    • 1.1.3, 1.2.1
    • Location
    • None
    • 61152a59830b151c1802a5225c4e51e6feb0ca19

      Using Maps Demo compiled for Desktop / Symbian and searching after "Mannerheimintie 78, Helsinki, Finland" caused it to crash at the third consecutive search.

      Crash line is:

      void MarkerManager::removeSearchMarkers()
      {
          foreach (Marker *m, d->searchMarkers) {
      
              d->map->removeMapObject(m);
              delete m; <------------- line that caused the crash
          }
      }
      

        1. screenshot-1.jpg
          108 kB
          Cristian Adam
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            jukukkon Juha Kukkonen
            cadam Cristian Adam
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes