diff --git a/src/mod/languages/mod_python/freeswitch_python.cpp b/src/mod/languages/mod_python/freeswitch_python.cpp index 8550fb33aa..2fa58da6ad 100644 --- a/src/mod/languages/mod_python/freeswitch_python.cpp +++ b/src/mod/languages/mod_python/freeswitch_python.cpp @@ -240,7 +240,6 @@ void Session::unsetInputCallback(void) cb_arg = NULL; } - switch_channel_set_private(channel, "CoreSession", NULL); args.input_callback = NULL; ap = NULL;