Access violation on freeing TLiteQuery on iOS

Discussion of open issues, suggestions and bugs regarding LiteDAC (SQLite Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Daniele Buttarelli
Posts: 56
Joined: Fri 02 Aug 2013 07:51

Access violation on freeing TLiteQuery on iOS

Post by Daniele Buttarelli » Wed 25 Jun 2014 14:43

I have a serious problem after upgrading to LiteDAC 2.3.8.
I get an access violation every time I free a TOraQuery.

My environment:
Delphi XE4 Update 1
Devart LiteDAC 2.3.8
iOS 6.1.3

Example:
MyQuery := TLiteQuery.Create( nil );
try
...
finally
MyQuery.Free; <---- ACCESS VIOLATION !!!!!!
end;

Are you able to fix this bug as soon as possible?
Thanks.
Daniele

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Access violation on freeing TLiteQuery on iOS

Post by AlexP » Thu 26 Jun 2014 10:19

Hello,

We couldn'te reproduce the problem. Please provide the full code, on which the problem is reproduced.

Post Reply