Free-ing allocated memory

pull/2/head
David Protzman 2022-04-22 21:50:42 -04:00
rodzic 31a62874fa
commit 82fa91320b
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -170,5 +170,8 @@ int main(int argc, const char ** argv) {
}
fprintf(stdout, "\n");
free_tdec(turbo_decoder);
lte_rate_matcher_free(rate_matcher);
return 0;
}