forgot a free call

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9070 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2008-07-17 14:39:28 +00:00
parent 75900accba
commit e89625c84e

View File

@ -206,6 +206,7 @@ static void eval_some_python(const char *funcname, char *args, switch_core_sessi
done:
switch_safe_free(dupargs);
switch_safe_free(script);
}