Page 1 of 1

Access violation on freeing TLiteQuery on iOS

Posted: Wed 25 Jun 2014 14:43
by Daniele Buttarelli
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

Re: Access violation on freeing TLiteQuery on iOS

Posted: Thu 26 Jun 2014 10:19
by AlexP
Hello,

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