cleanup, null checks. etc.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6695 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris
2007-12-12 03:21:14 +00:00
parent 98fa287c57
commit 8fd67f8779
4 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ SWITCH_STANDARD_API(expr_function)
m_cmd = malloc(len);
assert(m_cmd);
switch_assert(m_cmd);
switch_copy_string(m_cmd, cmd, len);
for (p = m_cmd; p && *p; p++) {