]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix regression
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 27 Jul 2010 16:11:16 +0000 (11:11 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Tue, 27 Jul 2010 16:11:16 +0000 (11:11 -0500)
src/mod/languages/mod_spidermonkey/mod_spidermonkey.c

index 77515a689ede198d96abf9002d74c2a97998a8b3..16679d7ffab679006a4b38e18d5692d940233fd6 100644 (file)
@@ -3060,9 +3060,6 @@ static void session_destroy(JSContext * cx, JSObject * obj)
 
        if (cx && obj) {
                if ((jss = JS_GetPrivate(cx, obj))) {
-                       jsval rval;
-
-                       check_hangup_hook(jss, &rval);
 
                        JS_SetPrivate(cx, obj, NULL);
                        if (jss->speech && *jss->speech->sh.name) {