Leaks with very first example using MLX42 #139
-
Hi everybody! I'm starting using Mlx42 for so_long project. I have controlled every possible error with the map and now i'm trying to learn how to use mlx42. Till now, executing valgrind in my program i don't have leaks but after ejecuting this very simple code opening a window:
I have these leaks when i close the window with the x:
I'm working in garuda linux and it looks work fine, because it opens the window without problem. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
definitely lost: 0 bytes in 0 blocks I fail to see the leaks here ? If you're referring to the still reachable those are fine to be ignored. |
Beta Was this translation helpful? Give feedback.
People like to argue if these things still count as leaks or not but I follow what Valgrind says.