I'm using an Ubuntu 14.04 image with VmWare,
I'm writing a program in C++ & whenever I check the memory with Valgrind,
I get a message that I have 1 alloc, with 0 free.
The thing is, that I noticed that it happens when my main is empty.
Now the interesting thing is, when I try it on a different version of Ubuntu (12), there are no allocs whatsoever.