zuloloxi / gmlibrary

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

GMGeoCode. Memory leak #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Fixed in new release

Thanks

Original comment by cadet...@gmail.com on 8 Jul 2013 at 9:46