Commit 88e53565 authored by Lucas Russo's avatar Lucas Russo

examples/acq.c: add destruction of BPM number

parent 715f0689
......@@ -228,6 +228,9 @@ err_bpm_get_curve:
str_p = &board_number_str;
free (*str_p);
board_number_str = NULL;
str_p = &bpm_number_str;
free (*str_p);
bpm_number_str = NULL;
str_p = &num_samples_str;
free (*str_p);
num_samples_str = NULL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment