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:
parent
6ea29d6881
commit
05a8d17009
@ -107,9 +107,9 @@ protected:
|
||||
|
||||
public:
|
||||
|
||||
UserPoolTest(){};
|
||||
UserPoolTest(){xmlInitParser();};
|
||||
|
||||
~UserPoolTest(){};
|
||||
~UserPoolTest(){xmlCleanupParser();};
|
||||
|
||||
/* ********************************************************************* */
|
||||
/* ********************************************************************* */
|
||||
|
Loading…
x
Reference in New Issue
Block a user