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
This commit is contained in:
Michael Jerris 2009-05-15 16:03:45 +00:00
parent 0c6a2d6105
commit de69d8ea95
2 changed files with 4 additions and 5 deletions

View File

@ -1 +1 @@
Fri May 15 11:03:00 CDT 2009
Fri May 15 11:03:27 CDT 2009

View File

@ -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 ||