Skip to content

Commit

Permalink
fix valgrind
Browse files Browse the repository at this point in the history
  • Loading branch information
dernasherbrezon committed Jan 27, 2025
1 parent d1f4267 commit 3891829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_xlating.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ uint8_t *input_cu8 = NULL;
int16_t *input_cs16 = NULL;
float complex *output_cf32;
size_t output_len = 0;
int16_t *output_cs16;
int16_t *output_cs16 = NULL;

static void setup_filter(size_t max_input) {
uint32_t sampling_freq = 48000;
Expand Down

0 comments on commit 3891829

Please sign in to comment.