Hi, pjsua (V1.3) crashes with my computer (Win32) if I enable Stereo_demo There is an assertion fault in releasing the splitcomb in: pjmedia_delay_buf_destroy(pjmedia_delay_buf *b) { pj_status_t status; PJ_ASSERT_RETURN(b, PJ_EINVAL); pj_lock_acquire(b->lock); // bad pointer, but not NULL, thus crashes here. Any idea? Best regards, Andreas -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20090809/64190be9/attachment.html>