Skip to content

Commit 5642a4f

Browse files
author
Jarkko Paso
authored
Free TX failed list when FHSS deleted (#2285)
1 parent 9fcf718 commit 5642a4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/Service_Libs/fhss/fhss_common.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ int8_t fhss_disable(fhss_structure_t *fhss_structure)
116116
ns_dyn_mem_free(fhss_structure->ws->tr51_channel_table);
117117
ns_dyn_mem_free(fhss_structure->ws->tr51_output_table);
118118
ns_dyn_mem_free(fhss_structure->ws);
119+
fhss_failed_list_free(fhss_structure);
119120
ns_dyn_mem_free(fhss_structure);
120121
fhss_struct = 0;
121122
return 0;

0 commit comments

Comments
 (0)