From 40ca3988b960128deb2c38b444699e5d8e2f85eb Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Fri, 24 Apr 2020 18:37:59 +0200 Subject: Works but leaks --- src/ft_sfx_pain.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ft_sfx_pain.c') diff --git a/src/ft_sfx_pain.c b/src/ft_sfx_pain.c index d55c01c..baf689b 100644 --- a/src/ft_sfx_pain.c +++ b/src/ft_sfx_pain.c @@ -32,10 +32,10 @@ void if (ref % 3) { if (system(sfx[3].cmd)) - pthread_exit(NULL); + pthread_cancel(pthread_self()); } else if (system(sfx[3].cmd_alt)) - pthread_exit(NULL); + pthread_cancel(pthread_self()); } return (NULL); } -- cgit v1.2.3