diff options
Diffstat (limited to 'tests/record_raw.cpp')
| -rw-r--r-- | tests/record_raw.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/record_raw.cpp b/tests/record_raw.cpp index 717ce2c..3a207f9 100644 --- a/tests/record_raw.cpp +++ b/tests/record_raw.cpp @@ -54,7 +54,7 @@ int main(int argc, char *argv[]) long frames, counter = 0; MY_TYPE *buffer; FILE *fd; - RtAudio *audio; + RtAudio *audio = 0; // minimal command-line checking if (argc != 3 && argc != 4 ) usage(); |
