From f333c17db1abb1c1e6d2a10e4872985b28833f0e Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Sat, 22 Mar 2025 20:29:38 +0100 Subject: [PATCH] it isn't --- src/rds95.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rds95.c b/src/rds95.c index 5ec53cb..2265d41 100644 --- a/src/rds95.c +++ b/src/rds95.c @@ -57,7 +57,7 @@ int main(int argc, char **argv) { pa_simple *rds1_device; #ifdef RDS2_DEVICE - pa_simple *rds2_device; + pa_simple *rds2_device = NULL; #endif pa_sample_spec format; pa_buffer_attr buffer;