NAME
        FreeNVData -- release the memory allocated by a function of this
                      library. (V40)
   SYNOPSIS
        FreeNVData(data);
                   A0
        VOID FreeNVData(APTR);
   FUNCTION
        Frees a block of memory that was allocated by any of the following:
        getcopynv(), getnvinfo(), getnvlist().
   INPUTS
        data - pointer to the memory block to be freed. If passed NULL,
               this function does nothing.
   SEE ALSO
        getcopynv(), getnvinfo(), getnvlist()