EventBase::free

Free resources allocated for this event base

Beschreibung

public void EventBase::free ( void )

Deallocates resources allocated by libevent for the EventBase object.

Warnung

The EventBase::free method doesn't destruct the object itself. To destruct the object completely call unset , or assign NULL.

This method does not deallocate or detach any of the events that are currently associated with the EventBase object, or close any of their sockets - beware.

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

Es wird kein Wert zurückgegeben.

Siehe auch

  • EventBase::__construct