diff options
| author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-24 18:37:59 +0200 | 
|---|---|---|
| committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-24 18:37:59 +0200 | 
| commit | 40ca3988b960128deb2c38b444699e5d8e2f85eb (patch) | |
| tree | ffefb5f5adfbf2741929a63621823468e81ea6fd /src/ft_sfx_ooa.c | |
| parent | Cleaner (diff) | |
| download | 42-cub3d-40ca3988b960128deb2c38b444699e5d8e2f85eb.tar.gz 42-cub3d-40ca3988b960128deb2c38b444699e5d8e2f85eb.tar.bz2 42-cub3d-40ca3988b960128deb2c38b444699e5d8e2f85eb.tar.xz 42-cub3d-40ca3988b960128deb2c38b444699e5d8e2f85eb.tar.zst 42-cub3d-40ca3988b960128deb2c38b444699e5d8e2f85eb.zip  | |
Works but leaks
Diffstat (limited to 'src/ft_sfx_ooa.c')
| -rw-r--r-- | src/ft_sfx_ooa.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ft_sfx_ooa.c b/src/ft_sfx_ooa.c index 5950d2e..48c2e5d 100644 --- a/src/ft_sfx_ooa.c +++ b/src/ft_sfx_ooa.c @@ -28,7 +28,7 @@ void  	{  		pthread_mutex_lock(&sfx[12].mutex);  		if (system(sfx[12].cmd)) -			pthread_exit(NULL); +			pthread_cancel(pthread_self());  	}  	return (NULL);  }  | 
