mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-05 03:03:10 +01:00
I think this completes the refactoring for const-rate vs var-rate resampling.
This commit is contained in:
@@ -89,6 +89,8 @@ void TimeTrack::Init(const TimeTrack &orig)
|
||||
TimeTrack::~TimeTrack()
|
||||
{
|
||||
delete mEnvelope;
|
||||
mEnvelope = NULL;
|
||||
|
||||
delete mRuler;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user