Tue May 20 07:46:20 EDT 2008 Pekka.Pessi@nokia.com
* nua_params.c: fixed klocwork issue git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8607 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
08ed3b66fc
commit
206a5e6a77
|
@ -1 +1 @@
|
|||
Sun May 25 09:51:04 EDT 2008
|
||||
Sun May 25 09:51:44 EDT 2008
|
||||
|
|
|
@ -1103,7 +1103,6 @@ int nhp_save_params(nua_handle_t *nh,
|
|||
|
||||
if (nh == dnh || nh->nh_prefs != dnh->nh_prefs) {
|
||||
dst = nh->nh_prefs, *old = *dst;
|
||||
assert(dst);
|
||||
}
|
||||
else {
|
||||
dst = su_zalloc(home, sizeof *dst), memset(old, 0, sizeof *old);
|
||||
|
|
Loading…
Reference in New Issue