From e0faa411d6f08f2955bfdfeac2d0a49318dd1959 Mon Sep 17 00:00:00 2001 From: Lukas Jiriste Date: Wed, 10 Apr 2024 12:16:11 +0200 Subject: [PATCH] Update minilibx so that it works properly on close When closing the window using the close button, valgrind makes a fuss because minilibx checks the memory location it just cleared. In this update this is rectified and closing using the window button does not raise any problem. --- .gitmodules | 2 +- minilibx-linux | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 8d4f73c..ffabcfc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,4 +3,4 @@ url = git://ljiriste.work/Libft [submodule "minilibx-linux"] path = minilibx-linux - url = https://github.com/42Paris/minilibx-linux.git + url = https://github.com/Kycilak/minilibx-linux.git diff --git a/minilibx-linux b/minilibx-linux index 7dc53a4..7b689db 160000 --- a/minilibx-linux +++ b/minilibx-linux @@ -1 +1 @@ -Subproject commit 7dc53a411a7d4ae286c60c6229bd1e395b0efb82 +Subproject commit 7b689dbf576eeaafdde87fa2deddd6f616406982 -- 2.30.2