Command
QisLib_FreeLayerList

QisLib_FreeLayerList


Function:
	int QisLib_FreeLayerList(CQisLayer* LayerListPtr);

Inputs:
	LayerListPtr: Pointer to a list of layers.

Return: 0 (always)

Errors: -

Description:
	- Use this function to free the list of layers allocated internally by
	QisLib_GetLayerList function call.
	- It is the responsibility of the user program to ensure that the list mentioned above
	is freed to avoid memory leaks.

References:
QisLib_GetDataNumberPerLayer