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/call_saw.cpp | |
| parent | 424e5aef32dae9c3fa92f2e5f9e86c104242bf13 (diff) | |
| parent | fdc3f15bec57b30fae67f65270392ba7a86680b8 (diff) | |
Merge 3.0.2 into releases
Diffstat (limited to 'tests/call_saw.cpp')
| -rw-r--r-- | tests/call_saw.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/call_saw.cpp b/tests/call_saw.cpp index 57f225c..b37841b 100644 --- a/tests/call_saw.cpp +++ b/tests/call_saw.cpp @@ -76,8 +76,8 @@ int saw(char *buffer, int buffer_size, void *data) int main(int argc, char *argv[]) { int buffer_size, fs, device = 0; - RtAudio *audio; - double *data; + RtAudio *audio = 0; + double *data = 0; char input; // minimal command-line checking |
