Update minilibx so that it works properly on close
authorLukas Jiriste <ljiriste@student.42prague.com>
Wed, 10 Apr 2024 10:16:11 +0000 (12:16 +0200)
committerLukas Jiriste <ljiriste@student.42prague.com>
Wed, 10 Apr 2024 10:16:11 +0000 (12:16 +0200)
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
minilibx-linux

index 8d4f73c14b8311167f773e20b4bda43daa51d960..ffabcfcf00cdcbbf4b1f0a67194a98e1d80b9459 100644 (file)
@@ -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
index 7dc53a411a7d4ae286c60c6229bd1e395b0efb82..7b689dbf576eeaafdde87fa2deddd6f616406982 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 7dc53a411a7d4ae286c60c6229bd1e395b0efb82
+Subproject commit 7b689dbf576eeaafdde87fa2deddd6f616406982