Is it expected to have some leaked memory after using raylib? I'm consistently leaking some even in the simplest program. Checking with valgrind gives me some definitely lost memory. Looking at raylib's GitHub for similar things, raysan says it's system libraries causing it.
Does anyone have experience with that? I'm seeing an extensionSupportedGLX calloc and malloc leak.