openbsd-ports/audio/audacity/patches/patch-src_Benchmark_cpp

22 lines
635 B
Plaintext
Raw Normal View History

$OpenBSD: patch-src_Benchmark_cpp,v 1.3 2009/01/11 09:29:36 jakemsr Exp $
--- src/Benchmark.cpp.orig Sat Oct 25 05:14:27 2008
+++ src/Benchmark.cpp Thu Nov 13 15:24:26 2008
@@ -522,7 +522,7 @@ void BenchmarkDialog::OnRun( wxCommandEvent &event )
2007-12-08 06:08:38 -05:00
delete tmp;
delete t;
2007-12-08 06:08:38 -05:00
-
+
delete[]small1;
delete[]small2;
delete[]block;
@@ -530,7 +530,7 @@ void BenchmarkDialog::OnRun( wxCommandEvent &event )
2007-12-08 06:08:38 -05:00
delete fact;
d->Deref();
2007-12-08 06:08:38 -05:00
- Sequence::SetMaxDiskBlockSize(oldBlockSize);
+ Sequence::SetMaxDiskBlockSize(1048576);
HoldPrint(false);
2007-12-08 06:08:38 -05:00
gPrefs->Write(wxT("/GUI/EditClipCanMove"), editClipCanMove);