PATRIK27 / osmdroid

Automatically exported from code.google.com/p/osmdroid
0 stars 0 forks source link

memory leaks #238

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I'm checking for memory leaks using Eclipse MAT and I'm getting 3 leaks 
suspects, one of them is duplicated strings.

it says there are 6,806 instances if String which occupy 423,536 (24.6%) bytes.

I attached the hprof file.

Original issue reported on code.google.com by Pio...@gmail.com on 12 Jul 2011 at 4:18

Attachments:

GoogleCodeExporter commented 8 years ago
This is normal behavior. These strings are from the apache libraries we include.

Original comment by kurtzm...@gmail.com on 19 Jul 2012 at 8:30