Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ ~OggImportFileHandle
Method
~OggImportFileHandle
modules/import-export/mod-ogg/ImportOGG.cpp:366–371 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
364
}
365
366
OggImportFileHandle::~OggImportFileHandle()
367
{
368
ov_clear(mVorbisFile.get());
369
mFile->Detach(); // so that it doesn't try to close the file (ov_clear()
370
// did that already)
371
}
Callers
nothing calls this directly
Calls
2
get
Method · 0.45
Detach
Method · 0.45
Tested by
no test coverage detected