Fixed double `free`
Created by: lunixoid
I'm a member of the Pinguem.ru competition on finding errors in open source projects. Error, found using PVS-Studio: likwid/src/calculator.c 771 err V586 The 'free' function is called twice for deallocation of the same memory space. Inspect the first argument. Check lines: 760, 771.