MCPcopy Create free account
hub / github.com/Exiv2/exiv2 / Terminate

Method Terminate

xmpsdk/src/XMPIterator.cpp:386–393  ·  view source on GitHub ↗

class static */

Source from the content-addressed store, hash-verified

384// ----------
385
386/* class static */ void
387XMPIterator::Terminate() RELEASE_NO_THROW
388{
389 delete ( sDummySchema );
390 sDummySchema = 0;
391 return;
392
393} // Terminate
394
395// -------------------------------------------------------------------------------------------------
396// Unlock

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected