From: Lukas Jiriste Date: Wed, 10 Apr 2024 10:16:11 +0000 (+0200) Subject: Update minilibx so that it works properly on close X-Git-Url: https://git.ljiriste.work/?a=commitdiff_plain;h=e0faa411d6f08f2955bfdfeac2d0a49318dd1959;p=42%2Ffract-ol.git 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. --- 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