Searched refs:app_new (Results 1 – 1 of 1) sorted by relevance
313 struct audit_pipe_preselect *app, *app_new; in audit_pipe_preselect_set() local319 app_new = malloc(sizeof(*app_new), M_AUDIT_PIPE_PRESELECT, M_WAITOK); in audit_pipe_preselect_set()323 app = app_new; in audit_pipe_preselect_set()324 app_new = NULL; in audit_pipe_preselect_set()330 if (app_new != NULL) in audit_pipe_preselect_set()331 free(app_new, M_AUDIT_PIPE_PRESELECT); in audit_pipe_preselect_set()