Fixed posible interleaver segfault

This commit is contained in:
Xavier Arteaga 2018-07-02 12:29:52 +02:00 committed by Ismael Gomez
parent 291d80119c
commit 3d3f98b21e
1 changed files with 1 additions and 0 deletions

View File

@ -259,6 +259,7 @@ void srslte_rm_turbo_free_tables () {
}
rm_turbo_tables_generated = false;
}
rm_turbo_tables_generated = false;
}
/**