MCPcopy Create free account
hub / github.com/MyGUI/mygui / release

Method release

Tools/EditorFramework/pugixml.cpp:6457–6470  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6455 }
6456
6457 void release()
6458 {
6459 xpath_memory_block* cur = _root;
6460 assert(cur);
6461
6462 while (cur->next)
6463 {
6464 xpath_memory_block* next = cur->next;
6465
6466 xml_memory::deallocate(cur);
6467
6468 cur = next;
6469 }
6470 }
6471};
6472
6473struct xpath_allocator_capture

Callers 4

~xpath_stack_dataMethod · 0.45
destroyMethod · 0.45
pugixml.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected