The ll_free_objs subroutine frees all of the LL_element objects in the query_element list that were obtained by the ll_get_objs subroutine. You must free the query_element by using the ll_deallocate subroutine.
LoadLeveler API library libllapi.a
#include "llapi.h" int ll_free_objs(LL_element *query_element);
query_element is the input field for this subroutine.
This subroutine returns a zero to indicate success.
Subroutines: ll_get_data, ll_set_request, ll_query, ll_get_objs, ll_reset_request, ll_free_objs.