v4l2_ctrl_handler_free(9) Free all controls owned by the handler and free the control list.

SYNOPSIS

void v4l2_ctrl_handler_free(struct v4l2_ctrl_handler * hdl);

ARGUMENTS

hdl

The control handler.

DESCRIPTION

Does nothing if hdl == NULL.

COPYRIGHT