Hi
What steps will reproduce the problem?
1. GMGeoCode.Geocode(Text);
2. GMGeoCode.Destroy;
What is the expected output? What do you see instead?
Fastmm fixes a memory leak when destroying TGMGeoCode.
What version of the product are you using? On what operating system?
I Use version 1.1.0 of GMLib, Windows XP (32bit) and Delphi 2009.
Please provide any additional information below.
Maybe, the bug in unit "GMGeoCode.pas":
destructor TAddressComponentsList.Destroy;
begin
if Assigned(FAddrComponents) then TObjectList.Create;
inherited;
end;
Thanks for GMLib.
Mike
Original issue reported on code.google.com by g...@webkonsultant.com on 18 Jun 2013 at 1:51
Original issue reported on code.google.com by
g...@webkonsultant.com
on 18 Jun 2013 at 1:51