memory leak in octstr_imm
Dilan Anuruddha <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi all,
I've been using kannel libraries for a campus project. When we create
Octstr objects using octstr_imm (e.g. when we pass arguments to a function),
we don't release the memory.... Isn't this leaking memory??? So do we have
to explicitly release memory inside the function????
thanks in advance,
Dilan