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:
@@ -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.
|
|
||||||
|
|
||||||
*//****************************************************************//**
|
*//****************************************************************//**
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user