Re: [PATCH] Memory leak in smpp_pdu.c

2016-10-26 Thread amalysh
t; Thanks, > Alexander Malysh > > From: Stipe Tolj <mailto:st...@kannel.org> > Sent: Monday, September 26, 2016 07:24 PM > To: > Cc: kannel_dev_mailinglist <mailto:devel@kannel.org> > Subject: Re: [PATCH] Memory leak in smpp_pdu.c > Am 24.09.2

Re: [PATCH] Memory leak in smpp_pdu.c

2016-10-18 Thread Donald Jackson
be the correct behavior but I don't see in SMPP > spec that case described. > > Thanks, > Alexander Malysh > > -- > *From*: Stipe Tolj > *Sent*: Monday, September 26, 2016 07:24 PM > *To*: > *Cc*: kannel_dev_mailinglist > *S

RE: [PATCH] Memory leak in smpp_pdu.c

2016-10-18 Thread Alexander Malysh
o: Cc: kannel_dev_mailinglist 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 Regards, St

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 system

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 Onderwerp: [PATCH] Memory leak in smpp_pdu.c Hi all, I have been assisting with a KSMPPD implementation and couldn't figure ou

[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