From 605090b6a0a025afa3b1c1588c33fca68a30fa17 Mon Sep 17 00:00:00 2001 From: Viktor Mihajlovski Date: Fri, 6 Sep 2013 14:09:56 +0200 Subject: [PATCH 14/60] xml_parse_test: Call cleanup_dominfo before exiting This avoids misleading valgrind output running xml_parse_test. Signed-off-by: Viktor Mihajlovski Reviewed-by: Boris Fiuczynski Signed-off-by: John Ferlan --- libxkutil/xml_parse_test.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libxkutil/xml_parse_test.c b/libxkutil/xml_parse_test.c index af5e508..374bcf6 100644 --- a/libxkutil/xml_parse_test.c +++ b/libxkutil/xml_parse_test.c @@ -521,6 +521,8 @@ int main(int argc, char **argv) return 4; } + cleanup_dominfo(&dominfo); + return 0; } -- 2.1.0