Re: unable to destroy Octstr *respstr

2009-03-18 Thread Nikos Balkanas
- Original Message - From: jyoti jyoti.ran...@cellnext.com To: Nikos Balkanas nbalka...@gmail.com; Werner Coetzee werner.coet...@clickatell.com; devel@kannel.org; :afink@list.fink.org Sent: Wednesday, March 18, 2009 7:13 AM Subject: RE: unable to destroy Octstr *respstr Hi, First

unable to destroy Octstr *respstr

2009-03-17 Thread jyoti
Hi, I am not able to destroy Octstr *respstr defined in /gateway-1.4.3/gw/smsc/smsc.smpp.c/static Msg *handle_dlr function. As its a Octstr type I should be able to destroy the memory, but on trying this I am geting PANIC. regards Jyoti Ranjan Panda

Re: unable to destroy Octstr *respstr

2009-03-17 Thread Donald Jackson
Can you provide the log of the PANIC? My guess is you are trying to destroy a previously destroyed or uninitialized Octstr *. But that's a wild guess :) 2009/3/17 jyoti jyoti.ran...@cellnext.com Hi, I am not able to destroy Octstr *respstr defined in

RE: unable to destroy Octstr *respstr

2009-03-17 Thread Werner Coetzee
werner.coet...@clickatell.com www.clickatell.com -Original Message- From: devel-boun...@kannel.org [mailto:devel-boun...@kannel.org] On Behalf Of jyoti Sent: 17 March 2009 15:01 To: devel@kannel.org Subject: unable to destroy Octstr *respstr Hi, I am not able to destroy Octstr *respstr

Re: unable to destroy Octstr *respstr

2009-03-17 Thread Nikos Balkanas
: Tuesday, March 17, 2009 3:03 PM Subject: RE: unable to destroy Octstr *respstr Why do you want to destroy it? It's only a pointer to the short_message or message_payload fields in the received PDU, which will be destroyed when the pdu is destroyed. Regards -- Werner Coetzee * C Developer

RE: unable to destroy Octstr *respstr

2009-03-17 Thread jyoti
-Original Message- From: Nikos Balkanas [mailto:nbalka...@gmail.com] Sent: Tuesday, March 17, 2009 9:47 PM To: Werner Coetzee; jyoti; devel@kannel.org Subject: Re: unable to destroy Octstr *respstr Hi, If you want to destroy it anyway (personal reasons) remember to set the pdu pointer to NULL