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:
Michael Jerris 2008-05-25 13:52:27 +00:00
parent 206a5e6a77
commit 91e7f24249
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
Sun May 25 09:51:44 EDT 2008
Sun May 25 09:52:17 EDT 2008

View File

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