src/utils_cache.c: `ce' *is* written to in `c_avl_remove'.
authorFlorian Forster <octo@huhu.verplant.org>
Wed, 8 Jul 2009 09:55:33 +0000 (11:55 +0200)
committerFlorian Forster <octo@huhu.verplant.org>
Wed, 8 Jul 2009 09:55:33 +0000 (11:55 +0200)
Therefore we should definitely free it.

src/utils_cache.c

index 7b584c5..60d3283 100644 (file)
@@ -304,6 +304,7 @@ int uc_check_timeout (void)
       }
       sfree (keys[i]);
       sfree (key);
+      cache_free (ce);
       continue;
     }