]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
MODLANG-158
authorMathieu Rene <mrene@avgs.ca>
Sat, 27 Feb 2010 20:00:28 +0000 (20:00 +0000)
committerMathieu Rene <mrene@avgs.ca>
Sat, 27 Feb 2010 20:00:28 +0000 (20:00 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16843 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/languages/mod_lua/freeswitch_lua.cpp

index 6d1ba9fcf3c977827f3a23d529288afcb712934e..c73c88c553afdd8409f0a21fc8eb2f1b5d1f96a9 100644 (file)
@@ -213,7 +213,6 @@ void Session::unsetInputCallback(void)
        switch_safe_free(cb_function);
        switch_safe_free(cb_arg);
        args.input_callback = NULL;
-       switch_channel_set_private(channel, "CoreSession", NULL);
        ap = NULL;
 }