silc_dlist_uninit

SYNOPSIS

    static inline
    void silc_dlist_uninit(SilcDList list);

DESCRIPTION

Uninits and frees all memory. Must be called to free memory. Does NOT free the contexts saved by caller. If the silc_dlist_sinit was used with SilcStack this will release all memory allocated by the SilcDList back to the SilcStack.