]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
those who lock, should also unlock...
authorMichael Jerris <mike@jerris.com>
Sun, 24 Jun 2007 03:42:11 +0000 (03:42 +0000)
committerMichael Jerris <mike@jerris.com>
Sun, 24 Jun 2007 03:42:11 +0000 (03:42 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5450 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/event_handlers/mod_cdr/basecdr.cpp

index d3cda37d42a7e3a009087af9f3a060ed4d96ec74..66915006cef4d88fedc399131cd05aa21d29c7b7 100644 (file)
@@ -341,6 +341,7 @@ void BaseCDR::process_channel_variables(const std::list<std::string>& stringlist
                        tempstring_second = (char *) val;
                        chanvars_supp[tempstring_first] = tempstring_second;
                }
+               switch_channel_variable_last(channel);
        }
        else
        {