forked from Mirrors/freeswitch
Tue May 20 07:46:57 EDT 2008 Pekka.Pessi@nokia.com
* nua_publish.c: fixed klocwork issue git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8608 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
206a5e6a77
commit
91e7f24249
@ -1 +1 @@
|
||||
Sun May 25 09:51:44 EDT 2008
|
||||
Sun May 25 09:52:17 EDT 2008
|
||||
|
@ -110,7 +110,7 @@ void nua_publish_usage_remove(nua_handle_t *nh,
|
||||
nua_server_request_t *sr
|
||||
)
|
||||
{
|
||||
struct publish_usage *pu = nua_dialog_usage_private(du);
|
||||
struct publish_usage *pu = NUA_DIALOG_USAGE_PRIVATE(du);
|
||||
|
||||
su_free(nh->nh_home, pu->pu_etag);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user