summaryrefslogtreecommitdiff
path: root/tests/play_saw.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/play_saw.cpp')
-rw-r--r--tests/play_saw.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/play_saw.cpp b/tests/play_saw.cpp
index 4b2cbdd..b99248f 100644
--- a/tests/play_saw.cpp
+++ b/tests/play_saw.cpp
@@ -58,7 +58,7 @@ int main(int argc, char *argv[])
int chans, fs, buffer_size, device = 0;
long frames, counter = 0, i, j;
MY_TYPE *buffer;
- RtAudio *audio;
+ RtAudio *audio = 0;
double *data = 0;
// minimal command-line checking