Hello,
thanks for troubleshooting further and giving a solution you found. I will check and commit.
Cheers, Daniel
On 16/01/14 15:42, ziad habchi wrote:
The Problem is in tm/dlg.c in function free_dlg
its missing:
if(_d->loc_dname.s) shm_free(_d->loc_dname.s);
if(_d->rem_dname.s) shm_free(_d->rem_dname.s);