Fix crash in Debug

dependabot/npm_and_yarn/Src/WebController/UI/websocket-extensions-0.1.4
Grzegorz Rychlik 2020-03-04 17:43:30 +01:00
parent ec308285a2
commit 1c4261f717
1 changed files with 0 additions and 1 deletions

View File

@ -127,6 +127,5 @@ namespace std
// auto && _Alproxy = _GET_PROXY_ALLOCATOR(_Alty, _Getal());
// _Delete_plain(_Alproxy, _STD exchange(_Get_data()._Myproxy, nullptr));
//#endif // _ITERATOR_DEBUG_LEVEL != 0
SecureZeroMemory(this, sizeof * this);
}
}