diff options
| author | akhovrychev <[email protected]> | 2024-09-25 19:21:50 +0300 |
|---|---|---|
| committer | akhovrychev <[email protected]> | 2024-09-25 19:31:38 +0300 |
| commit | e57557664329c3fe4b335c9ab95daad155d9e193 (patch) | |
| tree | 76e492bbf2e35b906e6b858c5c6f4fd5b8775b36 /library/cpp/xml/document | |
| parent | 987226d30e6d8c573eb8af0b4cba2216bca4457f (diff) | |
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/xml/document')
| -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 18a554d7321..25c0ed6a17e 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) { |
