X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fturbostat.c;h=bd5d86cdd626b7f216a7c82252d01227facdba44;hb=88057ccbe844a073b1426216ef2e3dff8fe87da0;hp=fc1b5dccc0dd3c4b2c2c848b1de1f9a57c95c156;hpb=f14feb1eddfe5760a64640b98ab7bbc5c493f614;p=collectd.git diff --git a/src/turbostat.c b/src/turbostat.c index fc1b5dcc..bd5d86cd 100644 --- a/src/turbostat.c +++ b/src/turbostat.c @@ -1342,7 +1342,7 @@ free_all_buffers(void) CPU_FREE(cpu_present_set); cpu_present_set = NULL; - cpu_present_set = 0; + cpu_present_setsize = 0; CPU_FREE(cpu_affinity_set); cpu_affinity_set = NULL;