Fix the validation leak.

This commit is contained in:
JoelKatz
2012-11-01 15:46:11 -07:00
parent 6fff9d4f83
commit 0b38ffc972
5 changed files with 42 additions and 15 deletions

View File

@@ -4,6 +4,8 @@
#include "HashPrefixes.h"
#include "Log.h"
DECLARE_INSTANCE(SerializedValidation);
std::vector<SOElement::ptr> sValidationFormat;
static bool SVFInit()