]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
forgot a free call
authorAnthony Minessale <anthony.minessale@gmail.com>
Thu, 17 Jul 2008 14:39:28 +0000 (14:39 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Thu, 17 Jul 2008 14:39:28 +0000 (14:39 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9070 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/languages/mod_python/mod_python.c

index de8b31cfd307a933fa22e3718cea0d457b7350e7..076a72994ea6e9f66d0f31c008b70f327335be6e 100644 (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);
 
 
 }