Re: [E-devel] Memory Leak in Eet + OpenSSL

2012-12-11 Thread Leandro Santiago
Yes, now it works fine. Thx a lot! 2012/12/11 Cedric BAIL > Hello, > > On Tue, Dec 11, 2012 at 8:03 PM, Leandro Santiago > wrote: > > Hello again. I've tested that same example I sent with eet-1.7.3, > released > > at Dec 7th and the leak still happens. > > > > I haven't tested the eet from tr

Re: [E-devel] Memory Leak in Eet + OpenSSL

2012-12-11 Thread Cedric BAIL
Hello, On Tue, Dec 11, 2012 at 8:03 PM, Leandro Santiago wrote: > Hello again. I've tested that same example I sent with eet-1.7.3, released > at Dec 7th and the leak still happens. > > I haven't tested the eet from trunk, because after you had moved many > libraries to a single project (efl) it

Re: [E-devel] Memory Leak in Eet + OpenSSL

2012-12-11 Thread Leandro Santiago
Hello again. I've tested that same example I sent with eet-1.7.3, released at Dec 7th and the leak still happens. I haven't tested the eet from trunk, because after you had moved many libraries to a single project (efl) it became a bit hard to build eet here (now I also have to have installed the

Re: [E-devel] Memory Leak in Eet + OpenSSL

2012-12-10 Thread Leandro Santiago
Yes, I can. I will do it tomorrow at work, as soon the svn server returns working. 2012/12/10 Luis Felipe Strano Moraes > Could you please re-run the test either with the latest stable or with > current SVN HEAD? Would make it much easier for people to test it. > > BR, > --lf > > > On Mon, Dec

Re: [E-devel] Memory Leak in Eet + OpenSSL

2012-12-10 Thread Luis Felipe Strano Moraes
Could you please re-run the test either with the latest stable or with current SVN HEAD? Would make it much easier for people to test it. BR, --lf On Mon, Dec 10, 2012 at 12:56 PM, Leandro Santiago < leandrosansi...@gmail.com> wrote: > Ops,I forgot to say. I'm using ubuntu 12.04 amd64. > > > 20

Re: [E-devel] Memory Leak in Eet + OpenSSL

2012-12-10 Thread Leandro Santiago
Ops,I forgot to say. I'm using ubuntu 12.04 amd64. 2012/12/10 Leandro Santiago > Hello to all. As the e server is down, I'm sending this report to this > mailing list. > > I think there's a memory leak in eet when openssl is used as cipher engine. > > I wrote a small test case, which is attache