Hi,
I installed the svn trunk rev 187, patched as above, but this doesn't solved the problem.
thank's in advance for any help.
Search found 2 matches
- 12.12.2006, 09:44
- Forum: Bug Reports
- Topic: [bug_report] PostgreSQL memory leaks
- Replies: 2
- Views: 3507
- 11.12.2006, 16:34
- Forum: Bug Reports
- Topic: [bug_report] PostgreSQL memory leaks
- Replies: 2
- Views: 3507
[bug_report] PostgreSQL memory leaks
Environ ide: Lazarus-0.9.20 beta Compiler: freepascal 2.0.4 DBO: 6.6.0 beta if i execute the following code, the amount of memory required by the process grows ever procedure TForm1.Button1Click(Sender: TObject); var q: tzquery; begin while true do begin q:=TZQuery.Create(nil); q.Connection:=ZConnec...