Commit 603b7c73 authored by HOAI SON DANG's avatar HOAI SON DANG

Free mem for pre-interleaving pattern

Signed-off-by: default avatarHOAI SON DANG <danghoaison91@gmail.com>
parent e54882ce
...@@ -243,6 +243,7 @@ uint8_t nr_init_pbch_interleaver(uint8_t *interleaver) { ...@@ -243,6 +243,7 @@ uint8_t nr_init_pbch_interleaver(uint8_t *interleaver) {
printf("\n"); printf("\n");
#endif #endif
free(pre_interleaver_pattern);
} }
int nr_generate_pbch(NR_gNB_PBCH *pbch, int nr_generate_pbch(NR_gNB_PBCH *pbch,
......
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