mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
fix regression
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user