summaryrefslogtreecommitdiff
path: root/tests/twostreams.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/twostreams.cpp')
-rw-r--r--tests/twostreams.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/twostreams.cpp b/tests/twostreams.cpp
index 508cf4d..17badd0 100644
--- a/tests/twostreams.cpp
+++ b/tests/twostreams.cpp
@@ -62,7 +62,7 @@ int main(int argc, char *argv[])
int chans, fs, buffer_size, device = 0;
long frames, counter = 0, i, j;
MY_TYPE *buffer1, *buffer2;
- RtAudio *stream1, *stream2;
+ RtAudio *stream1 = 0, *stream2 = 0;
FILE *fd;
double *data = 0;