NAME
        FreeListBrowserNode -- Free a ListBrowser node.
    SYNOPSIS
        VOID FreeListBrowserNode(struct Node *)
        FreeListBrowserNode(node)
    FUNCTION
        Frees a ListBrowser node allocated with AllocListBrowserNodeA().
    INPUTS
        node - The node to free.
    SEE ALSO
        AllocListBrowserNodeA()