Every time I use
GMGeoCode.Geocode(lAddress);
Where lAddress is an existing address found in a database, I get a memoryleak If I do everything else on the for except the GMGeoCode.Geocode(lAddress); the leak isn't there
Is there something that I should free after calling Geocode?