libUPnP  1.6.17
Functions
upnp_timeout.c File Reference

Contains a function for freeing the memory associated with a upnp time out event. More...

#include "config.h"
#include "upnp_timeout.h"
#include <stdlib.h>
Include dependency graph for upnp_timeout.c:

Functions

void free_upnp_timeout (upnp_timeout *event)
 Free memory associated with event and memory for any sub-elements.

Detailed Description

Contains a function for freeing the memory associated with a upnp time out event.


Function Documentation

void free_upnp_timeout ( upnp_timeout event)

Free memory associated with event and memory for any sub-elements.

Parameters:
[in]eventEvent which needs to be freed.

Referenced by AutoAdvertise(), free_client_subscription(), GenaAutoRenewSubscription(), genaRenewSubscription(), ScheduleGenaAutoRenew(), and UpnpSendAdvertisementLowPower().