Home  /  Autodocs  /  nonvolatile.library

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()