MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / ~CacheDisk

Method ~CacheDisk

src/CacheDisk.cpp:80–86  ·  view source on GitHub ↗

Default destructor

Source from the content-addressed store, hash-verified

78
79// Default destructor
80CacheDisk::~CacheDisk()
81{
82 Clear();
83
84 // remove mutex
85 delete cacheMutex;
86}
87
88// Add a Frame to the cache
89void CacheDisk::Add(std::shared_ptr<Frame> frame)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected