From 13f4d80883002910794d1c5432eaf8097a50d023 Mon Sep 17 00:00:00 2001 From: Michal Bielicki - cypromis Date: Wed, 23 Mar 2011 18:31:31 +0100 Subject: [PATCH] FS-3180, thank you Sergey Spatar --- src/mod/languages/mod_python/freeswitch_python.cpp | 1 - 1 file changed, 1 deletion(-) 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;