From f3b9d46c75675e9b4b451164dd32ed9b1af0dfb1 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Thu, 17 Nov 2011 15:26:55 +0100 Subject: Add valgrind memory checking and fix up errors * This is especially necessary after migrating to EggBytes since it's reference counted and an easy sourc of memory leaks * Remove threading from testing framework, as gcr isn't threadsafe in all parts. * Fix bugs discovered in memory checking. * Fix up some of the testing stuff. --- testing/Makefile.am | 4 ---- 1 file changed, 4 deletions(-) (limited to 'testing') diff --git a/testing/Makefile.am b/testing/Makefile.am index 926eaaf..275b581 100644 --- a/testing/Makefile.am +++ b/testing/Makefile.am @@ -1,7 +1,3 @@ EXTRA_DIST = \ ca-example - -CLEANFILES = \ - coverage \ - coverage.info -- cgit v1.2.1