diff options
author | akhovrychev <akhovrychev@yandex-team.com> | 2024-09-25 19:21:50 +0300 |
---|---|---|
committer | akhovrychev <akhovrychev@yandex-team.com> | 2024-09-25 19:31:38 +0300 |
commit | e57557664329c3fe4b335c9ab95daad155d9e193 (patch) | |
tree | 76e492bbf2e35b906e6b858c5c6f4fd5b8775b36 /library/cpp | |
parent | 987226d30e6d8c573eb8af0b4cba2216bca4457f (diff) | |
download | ydb-e57557664329c3fe4b335c9ab95daad155d9e193.tar.gz |
add remaining web_pages udfs&nodes
copy of [https://a.yandex-team.ru/review/6244248](https://a.yandex-team.ru/review/6244248/details) with additions
commit_hash:ba2944673c9f5a8d75bb628c2febb6d23eff1cbd
Diffstat (limited to 'library/cpp')
-rw-r--r-- | library/cpp/xml/document/xml-document.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/cpp/xml/document/xml-document.cpp b/library/cpp/xml/document/xml-document.cpp index 18a554d732..25c0ed6a17 100644 --- a/library/cpp/xml/document/xml-document.cpp +++ b/library/cpp/xml/document/xml-document.cpp @@ -304,6 +304,7 @@ namespace NXml { xmlNode* nodePtr = GetPtr(); xmlUnlinkNode(nodePtr); xmlFreeNode(nodePtr); + NodePointer = nullptr; } static int XmlWriteToOstream(void* context, const char* buffer, int len) { |