From 1d02c374c8877d430f4ab35a790fc02f02974704 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 26 May 2010 14:35:22 +0000 Subject: Fixed most of the compilation warnings, and a valgrind warning in the fstring's remove function. memcpy can't do overlapping memory, changed it to use memmove. --- src/unit/taf.unit | 1 + 1 file changed, 1 insertion(+) (limited to 'src/unit') diff --git a/src/unit/taf.unit b/src/unit/taf.unit index eb9475e..cab04d2 100644 --- a/src/unit/taf.unit +++ b/src/unit/taf.unit @@ -117,5 +117,6 @@ suite Taf const Bu::TafGroup *g = tr.readGroup(); unitTest( g->getChildByPath("inner/final")->getProperty("test") == "hi" ); unitTest( g->getByPath("inner/final/test") == "hi" ); + delete g; } } -- cgit v1.2.3