acbarbosa1964 / rawflickr

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

Memory leak detected in TFlickrEx.Create #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Memory leak detected in TFlickrEx.Create.

Use FastMM4 to detect the leak.

Original issue reported on code.google.com by CubicDes...@gmail.com on 21 Sep 2009 at 10:23

GoogleCodeExporter commented 9 years ago
You don't say which revision of RawFlickr you're using but if it's v1.2 (the 
downloadable package) the leak may come from the line that says:

    FService := TWebService.Create(...);

It was crearly a bug --FService was already being instanced in the parent-- and 
was quashed in revision 6 or 7, in the repository.

If this is not the cause of the leak, please reopen this issue. Thanks!

Original comment by sillyl...@gmail.com on 25 Mar 2012 at 2:49