commit | 53858b449071d8826ee51d7340974a1083703f8f | [log] [tgz] |
---|---|---|
author | Lee Thomason <leethomason@gmail.com> | Thu Jun 01 19:09:16 2017 -0700 |
committer | Lee Thomason <leethomason@gmail.com> | Thu Jun 01 19:09:16 2017 -0700 |
tree | 52720efd3dbb4a697850e252eef903531bad8305 | |
parent | 33a1f8bd6c82917bba72295c05936e8c49e13574 [diff] [blame] |
minor formatting fix and very strange memory tracker missing
diff --git a/xmltest.cpp b/xmltest.cpp index 99171a3..f49f2e8 100644 --- a/xmltest.cpp +++ b/xmltest.cpp
@@ -14,6 +14,7 @@ #define WIN32_LEAN_AND_MEAN #include <windows.h> _CrtMemState startMemState; + _CrtMemState endMemState; #endif using namespace tinyxml2;