<div>Hi,<br></div><div>I am embedding libfreeswitch to my application&#39;s process space and I need to &quot;init&quot; and &quot;destroy&quot; freeswitch while running my process.</div><div>I face problems after calling switch_core_destroy and when my business logic demands I call switch_core_init_and_modload to work with libfreeswitch (again) </div>
<div>It seems that struct switch_runtime runtime is not cleared aproprietaly when destroying the core.</div><div>I made some tests clearing runtime struct but still getting segfaults on apr_queue_trypush (trying to find out the issue)</div>
<div>Can you please help me out with this issue?</div><div></div><div>Thanks</div><div></div>