awgn_channel_test: fix memleak

This commit is contained in:
Andre Puschmann 2021-12-10 09:48:27 +01:00
parent 0ea7dbee2d
commit 04d3e516af
1 changed files with 3 additions and 0 deletions

View File

@ -277,6 +277,9 @@ clean_exit:
if (output_buffer) {
free(output_buffer);
}
if (help_buffer) {
free(help_buffer);
}
#ifdef ENABLE_GUI
if (fft_out) {