From 553528cb3dd7907b3e37fc980f63035af2b2a7a6 Mon Sep 17 00:00:00 2001 From: Nikolas Garofil Date: Wed, 8 Jul 2009 00:35:20 +0200 Subject: [PATCH] Fix memleak triggered by (and others) --- src/conky.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/conky.c b/src/conky.c index 941b184e..a24e6920 100644 --- a/src/conky.c +++ b/src/conky.c @@ -7612,6 +7612,7 @@ static void clean_up(void) specials = NULL; } + clear_net_stats(); clear_diskio_stats(); if(global_cpu != NULL) free(global_cpu); }