Add intercept_cleanup() to free the closure used by intercept_accept_cb().
This commit is contained in:
@@ -110,6 +110,7 @@ char **enable_monitor(char *envp[], const char *dso);
|
||||
|
||||
/* exec_intercept.c */
|
||||
bool intercept_setup(int fd, struct sudo_event_base *evbase, struct command_details *details);
|
||||
void intercept_cleanup(void);
|
||||
|
||||
/* exec_nopty.c */
|
||||
void exec_nopty(struct command_details *details, struct command_status *cstat);
|
||||
|
Reference in New Issue
Block a user