attempt to fix SEH

This commit is contained in:
Steve Hanson 2022-11-30 11:24:10 +00:00 committed by Milo Yip
parent 7cad78e236
commit 97fd830175
1 changed files with 4 additions and 0 deletions

View File

@ -1733,6 +1733,10 @@ public:
Allocator::Free(typeless_);
}
uri_.SetNull();
error_.SetNull();
currentError_.SetNull();
RAPIDJSON_DELETE(ownAllocator_);
}