Re: [fpc-pascal] memory leak in TCustomSQLQuery.Create

2014-12-29 Thread Michael Van Canneyt
On Mon, 29 Dec 2014, Michael Van Ham wrote: Hello, In TCustomSQLQuery.Create, FRefreshSQL:TStringList is created on line 2095, but never freed. This causes a small memory leak. Please see the attached test program demonstrating the issue. Reported on the bugtracker here: http://bugs.freepa

[fpc-pascal] memory leak in TCustomSQLQuery.Create

2014-12-29 Thread Michael Van Ham
Hello, In TCustomSQLQuery.Create, FRefreshSQL:TStringList is created on line 2095, but never freed. This causes a small memory leak. Please see the attached test program demonstrating the issue. Reported on the bugtracker here: http://bugs.freepascal.org/view.php?id=27220 Please review the atta

Re: [fpc-pascal] AWS Lib - Object Pascal library for the Amazon Web Services

2014-12-29 Thread luiz americo pereira camara
Good work. Currently i dont use AWS but if i need in future i will give a try. As a tip, i suggest to add GUID to interface declarations this will allow to query them. In Lazarus put the cursor after interface keyword and press Ctrl+Shift+G Luiz Em 27/12/2014 22:42, "Marcos Douglas" escreveu: