1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-19 01:45:32 +00:00

comment out shutdown command that causes crash on unload

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12642 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2009-03-17 16:02:18 +00:00
parent 69b9d174f4
commit 3a8512fe0e

@ -3746,7 +3746,8 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_spidermonkey_load)
SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_spidermonkey_shutdown)
{
JS_DestroyRuntime(globals.rt);
// this causes a crash
//JS_DestroyRuntime(globals.rt);
curl_global_cleanup();
switch_event_unbind(&globals.node);