1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-08 17:46:25 +01:00

Correct outdated comment about memory management of BlockFiles

This commit is contained in:
Paul Licameli
2017-07-05 15:10:57 -04:00
parent 739422ba70
commit 76ea923975

View File

@@ -28,10 +28,7 @@ are never altered once it is constructed. This is important to
some of the derived classes that are actually aliases to audio some of the derived classes that are actually aliases to audio
data stored in existing files. data stored in existing files.
BlockFiles are reference-counted, and deleted when their reference BlockFiles are managed by std::shared_ptr, so they are reference-counted.
count hits zero. DirManager is the class responsible for
constructing and managing BlockFiles and managing their reference
counts.
*//****************************************************************//** *//****************************************************************//**