MCPcopy 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
366OggImportFileHandle::~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

getMethod · 0.45
DetachMethod · 0.45

Tested by

no test coverage detected