Valgrind shows memory leak but no memory allocation took place – CentOS
this is a rather simple question. In my school we use a remote CentOS server to compile and test our programs. For some reason, valgrind always shows a 4096B leak in spite of the fact that no malloc was used.…