mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-16 19:26:36 +01:00
Remove naked malloc (or similar) and free in: export
This commit is contained in:
@@ -121,7 +121,7 @@ bool ExportOGGOptions::TransferDataFromWindow()
|
||||
// ExportOGG
|
||||
//----------------------------------------------------------------------------
|
||||
|
||||
#define SAMPLES_PER_RUN 8192
|
||||
#define SAMPLES_PER_RUN 8192u
|
||||
|
||||
class ExportOGG final : public ExportPlugin
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user