1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

feature #407: fix minor leak in tests

This commit is contained in:
Ruben S. Montero 2011-03-09 15:49:11 +01:00
parent 6ea29d6881
commit 05a8d17009

View File

@ -107,9 +107,9 @@ protected:
public:
UserPoolTest(){};
UserPoolTest(){xmlInitParser();};
~UserPoolTest(){};
~UserPoolTest(){xmlCleanupParser();};
/* ********************************************************************* */
/* ********************************************************************* */