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