Backport of svn 371: Removing the useless, unused and undocumented function UpnpFree().
git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/branches/branch-1.6.x@477 119443c7-1b9e-41f8-b6fc-b9c35fce742c
This commit is contained in:
@@ -4009,26 +4009,6 @@ UpnpSetVirtualDirCallbacks( IN struct UpnpVirtualDirCallbacks *callbacks )
|
|||||||
return UPNP_E_SUCCESS;
|
return UPNP_E_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**************************************************************************
|
|
||||||
* Function: UpnpFree
|
|
||||||
*
|
|
||||||
* Parameters:
|
|
||||||
* IN void *item:The item to free.
|
|
||||||
*
|
|
||||||
* Description:
|
|
||||||
* This function free the memory allocated by tbe UPnP library
|
|
||||||
*
|
|
||||||
* Return Values: VOID
|
|
||||||
*
|
|
||||||
***************************************************************************/
|
|
||||||
void
|
|
||||||
UpnpFree( IN void *item )
|
|
||||||
{
|
|
||||||
if( item )
|
|
||||||
free( item );
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
* Function: UpnpSetContentLength
|
* Function: UpnpSetContentLength
|
||||||
* OBSOLETE METHOD : use {\bf UpnpSetMaxContentLength} instead.
|
* OBSOLETE METHOD : use {\bf UpnpSetMaxContentLength} instead.
|
||||||
|
Reference in New Issue
Block a user