yy20111011659 / route-me

Automatically exported from code.google.com/p/route-me
0 stars 0 forks source link

RMMapView does not release RMMapContents #123

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Steps to reproduce:
-just release the map view

Expected result:
-the map contents shoul be released also as the map view seems to have
ownership over it (if set from the outside it is retained/if not it is
allocated by the map view on the first call to contents)

Actual result:
-the map contents is not released/it's just set to nil

Original issue reported on code.google.com by andrei.g...@gmail.com on 16 Dec 2009 at 11:04