[fpc-pascal] TBufDataset broken in fixes_2_2

Marius fpclazarus at home.nl
Sun Nov 16 15:21:40 CET 2008


> var s: TSQLQuery;
> begin
>  s := TSQLQuery;
>  s.Free;
> end;
>   
Think that should be s := TSQLQuery.Create(nil)..

Greetings,
Marius



More information about the fpc-pascal mailing list