From 05a8d17009130f022a96510a632d3ef27bfc333a Mon Sep 17 00:00:00 2001 From: "Ruben S. Montero" Date: Wed, 9 Mar 2011 15:49:11 +0100 Subject: [PATCH] feature #407: fix minor leak in tests --- src/um/test/UserPoolTest.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/um/test/UserPoolTest.cc b/src/um/test/UserPoolTest.cc index a320d4f777..2a4f36d1b7 100644 --- a/src/um/test/UserPoolTest.cc +++ b/src/um/test/UserPoolTest.cc @@ -107,9 +107,9 @@ protected: public: - UserPoolTest(){}; + UserPoolTest(){xmlInitParser();}; - ~UserPoolTest(){}; + ~UserPoolTest(){xmlCleanupParser();}; /* ********************************************************************* */ /* ********************************************************************* */