mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-11 15:07:07 +00:00
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:
parent
0c6a2d6105
commit
de69d8ea95
libs/sofia-sip
@ -1 +1 @@
|
||||
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 ||
|
||||
|
Loading…
x
Reference in New Issue
Block a user