Unialerter Memory Leak

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
mbertolani
Posts: 2
Joined: Mon 19 Dec 2011 02:05

Unialerter Memory Leak

Post by mbertolani » Fri 21 Dec 2012 15:52

Hi,
I'm using unialerter (connect with PostgreSQLUniProvider).
And I'm executing the lines below:

UniAlerter1.Connection := MyUniConnect;
UniAlerter1.Events := 'test';
UniAlerter1.Start;

I do nothing more and when the program finish I receive the follow message:

13-20 bytes: AnsiString x 1
45-52 bytes: TOptionsList x 1

My unidac version is 4.6.11
I bought the license without sources.
thank you
Marcelo Bertolani

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

Re: Unialerter Memory Leak

Post by AlexP » Mon 24 Dec 2012 14:49

Hello,

Thank you for the information, we have reproduced and fixed Memory Leak in UniAlerter, this fix will be included to the next UniDAC version.

mbertolani
Posts: 2
Joined: Mon 19 Dec 2011 02:05

Re: Unialerter Memory Leak

Post by mbertolani » Wed 26 Dec 2012 20:49

Hi Alex,
great news, do you know if I'll be able to upgrade my version to fix this bug?

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

Re: Unialerter Memory Leak

Post by AlexP » Fri 28 Dec 2012 10:34

Hello,

We plan to release the new version of the product at the beginning of the next year. And if your subscription is still active, you will be able to download the new version with this fix.

Post Reply