Search found 3 matches

by nicolaeg
25.03.2008, 01:15
Forum: 6.1.5
Topic: Increasing memory usage with zeosdbo-6.1.5-stable, delphi 4
Replies: 5
Views: 2937

it's two types of misstakes: - don't free base pointers used in class instaces (in my app i reduce peak from 100+ to 6) - visible when close app (sometimes app generate an error on close) - don't free temporary used in misc operations (open, close, refresh... so on) i need a complette docs for 6.1.5...
by nicolaeg
24.03.2008, 23:50
Forum: 6.1.5
Topic: Increasing memory usage with zeosdbo-6.1.5-stable, delphi 4
Replies: 5
Views: 2937

already i found somethings. i reduce live and unused pointers from 85 to 36 in my test application. but in this moment i'm in inpass. i don't find where is others. anyway, this is a bug in base classes who inherited in most dataset classes. in my opinion is an impotant bug, specialy when it work on ...
by nicolaeg
23.03.2008, 01:03
Forum: 6.1.5
Topic: Increasing memory usage with zeosdbo-6.1.5-stable, delphi 4
Replies: 5
Views: 2937

Increasing memory usage with zeosdbo-6.1.5-stable, delphi 4

i have a big problem with zeosdbo-6.1.5-stable. increase memory usage with any datasets used under firebird 1.0/5. i think is a bug with free mem of some pointers, on close datasets or recreatign inutils pointers at open. on a simple dataset with 2 columns an 2 records, numbers of non free pointers ...