提交 de69d8ea authored 作者: Michael Jerris's avatar Michael Jerris

Wed May 13 04:19:01 CDT 2009 Pekka Pessi <first.last@nokia.com>

  * outbound.c: logging string after freeing it.
  Ignore-this: 78c744681a08302beaa01b3752bd5f43
  
  Coverity issue.



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13334 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 0c6a2d61
Fri May 15 11:03:00 CDT 2009
Fri May 15 11:03:27 CDT 2009
......@@ -309,13 +309,12 @@ int outbound_set_options(outbound_t *ob,
}
invalid = s && s[0];
su_free(NULL, options);
if (invalid) {
if (invalid)
SU_DEBUG_1(("outbound(%p): invalid options \"%s\"\n",
(void *)ob->ob_owner, options));
su_free(NULL, options);
if (invalid)
return -1;
}
if (prefs->natify &&
!(prefs->outbound ||
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论