wfdcfg_mode_list_destroy()

Destroy a list of video modes

Synopsis:

#include <wfdqnx/wfdcfg.h>
void wfdcfg_mode_list_destroy(struct wfdcfg_mode_list *list)

Arguments:

list
A handle to the list to be destroyed; if NULL, no action will be taken.

Library:

libwfdcfg

Description:

Memory that was allocated by wfdcfg_mode_list_create() is released. The list's extension pointers are not valid after calling this function.

Returns:

Nothing.