Re: [PATCH] Memory leak in smpp_pdu.c

2016-10-26 Thread amalysh
> spec that case described. > > Thanks, > Alexander Malysh > > From: Stipe Tolj <st...@kannel.org> <mailto:st...@kannel.org> > Sent: Monday, September 26, 2016 07:24 PM > To: > Cc: kannel_dev_mailinglist <devel@kannel.org> <mailto:devel@kannel.

Re: [PATCH] Memory leak in smpp_pdu.c

2016-10-18 Thread Donald Jackson
> *To*: > *Cc*: kannel_dev_mailinglist <devel@kannel.org> <devel@kannel.org> > *Subject*: Re: [PATCH] Memory leak in smpp_pdu.c > Am 24.09.2016 13:55, schrieb Rene Kluwen: > > +1 from me. > > yep, good catch

RE: [PATCH] Memory leak in smpp_pdu.c

2016-10-18 Thread Alexander Malysh
, 2016 07:24 PM To: Cc: kannel_dev_mailinglist <devel@kannel.org> Subject: Re: [PATCH] Memory leak in smpp_pdu.c Am 24.09.2016 13:55, schrieb Rene Kluwen: > +1 from me. yep, good catch Donald. +1 for it. If no objections, will commit. -- Best Rega

Re: [PATCH] Memory leak in smpp_pdu.c

2016-09-26 Thread Stipe Tolj
Am 24.09.2016 13:55, schrieb Rene Kluwen: +1 from me. yep, good catch Donald. +1 for it. If no objections, will commit. -- Best Regards, Stipe Tolj --- Düsseldorf, NRW, Germany Kannel Foundation tolj.org

RE: [PATCH] Memory leak in smpp_pdu.c

2016-09-24 Thread Rene Kluwen
+1 from me. Van: devel [mailto:devel-boun...@kannel.org] Namens Donald Jackson Verzonden: zaterdag 24 september 2016 12:00 Aan: kannel_dev_mailinglist <devel@kannel.org> Onderwerp: [PATCH] Memory leak in smpp_pdu.c Hi all, I have been assisting with a KSMPPD implemen

[PATCH] Memory leak in smpp_pdu.c

2016-09-24 Thread Donald Jackson
Hi all, I have been assisting with a KSMPPD implementation and couldn't figure out why the application was leaking memory. After a long search I found that an SMPP client was sending the same TLV multiple times which was causing lost pointers/memory leaks. I believe this would effect all Kannel