mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-13 22:21:11 +02:00
Remove naked malloc (or similar) and free in: RawAudioGuess.cpp
This commit is contained in:
@@ -25,4 +25,4 @@
|
||||
SF_FORMAT value
|
||||
*/
|
||||
int RawAudioGuess(const wxString &in_fname,
|
||||
int *out_offset, unsigned *out_channels);
|
||||
unsigned *out_offset, unsigned *out_channels);
|
||||
|
Reference in New Issue
Block a user