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>
Functions | |
void | free_upnp_timeout (upnp_timeout *event) |
Free memory associated with event and memory for any sub-elements. |
Contains a function for freeing the memory associated with a upnp time out event.
void free_upnp_timeout | ( | upnp_timeout * | event | ) |
Free memory associated with event and memory for any sub-elements.
[in] | event | Event which needs to be freed. |
Referenced by AutoAdvertise(), free_client_subscription(), GenaAutoRenewSubscription(), genaRenewSubscription(), ScheduleGenaAutoRenew(), and UpnpSendAdvertisement().