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_bb_fire.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ft_sfx_bb_fire.c') diff --git a/src/ft_sfx_bb_fire.c b/src/ft_sfx_bb_fire.c index df89544..ab64b44 100644 --- a/src/ft_sfx_bb_fire.c +++ b/src/ft_sfx_bb_fire.c @@ -29,7 +29,7 @@ void { pthread_mutex_lock(&sfx[15].mutex); if (system(sfx[15].cmd)) - pthread_exit(NULL); + pthread_cancel(pthread_self()); } return (NULL); } -- cgit v1.2.3