mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 16:15:04 +00:00
fix regression
This commit is contained in:
parent
21d20ac3f8
commit
9b4aca3b78
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user