diff options
| author | Stephen Sinclair <sinclair@music.mcgill.ca> | 2013-10-11 00:03:46 +0200 |
|---|---|---|
| committer | Stephen Sinclair <sinclair@music.mcgill.ca> | 2013-10-11 00:03:46 +0200 |
| commit | 458f4d67c1fa9d31a6bddc42aa46c5721100406d (patch) | |
| tree | 3cbb9cb3bfdf7eeb33db3bfcb2996af001596a94 /tests/twostreams.cpp | |
| parent | 424e5aef32dae9c3fa92f2e5f9e86c104242bf13 (diff) | |
| parent | fdc3f15bec57b30fae67f65270392ba7a86680b8 (diff) | |
Merge 3.0.2 into releases
Diffstat (limited to 'tests/twostreams.cpp')
| -rw-r--r-- | tests/twostreams.cpp | 2 |
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; |
