Skip to content

Fixed double `free`

Thomas Gruber requested to merge github/fork/lunixoid/master into master

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.

Merge request reports