ref: 54e74f0c2fdd60f10ccd1d321f92e491f898fee0
parent: 19ddbf3510f5d459aa5e02dc96fca406875fc1d3
author: Paul Brossier <piem@piem.org>
date: Tue Nov 12 20:21:30 EST 2013
tests/src/io/test-source_seek.c: initialize variables
--- a/tests/src/io/test-source_seek.c
+++ b/tests/src/io/test-source_seek.c
@@ -22,7 +22,7 @@
uint_t samplerate = 0;
uint_t hop_size = 256;
uint_t n_frames = 0, read = 0;
- uint_t old_n_frames_1, old_n_frames_2, old_n_frames_3;
+ uint_t old_n_frames_1 = 0, old_n_frames_2 = 0, old_n_frames_3 = 0;
if ( argc == 3 ) samplerate = atoi(argv[2]);
if ( argc == 4 ) hop_size = atoi(argv[3]);