MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / ~PluginMemory

Method ~PluginMemory

Engine/PluginMemory.cpp:63–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63PluginMemory::~PluginMemory()
64{
65 if (_imp->unregisterOnExit) {
66 EffectInstancePtr e = _imp->effect.lock();
67
68 if (e) {
69 e->removePluginMemoryPointer(this);
70 }
71 }
72}
73
74void
75PluginMemory::setUnregisterOnDestructor(bool unregister)

Callers

nothing calls this directly

Calls 2

lockMethod · 0.45

Tested by

no test coverage detected