diff options
author | Josh Blum | 2012-10-13 16:17:56 -0700 |
---|---|---|
committer | Josh Blum | 2012-10-13 16:17:56 -0700 |
commit | e9e370f16b96563583e75855e9890c5d2d86c624 (patch) | |
tree | 8063328f5f489cc896982fc84bbd1af7f52b9b63 /lib/top_block.cpp | |
parent | ac9abbbcfdbc5efc715ea49bb0319b2408cca359 (diff) | |
download | sandhi-e9e370f16b96563583e75855e9890c5d2d86c624.tar.gz sandhi-e9e370f16b96563583e75855e9890c5d2d86c624.tar.bz2 sandhi-e9e370f16b96563583e75855e9890c5d2d86c624.zip |
change to fixed_rate_noutput_to_ninput in block for non fixed rates
Diffstat (limited to 'lib/top_block.cpp')
-rw-r--r-- | lib/top_block.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/top_block.cpp b/lib/top_block.cpp index d71a4a7..a09744e 100644 --- a/lib/top_block.cpp +++ b/lib/top_block.cpp @@ -107,6 +107,7 @@ void TopBlock::run(void) { this->start(); this->wait(); + this->disconnect_all(); } GRAS_FORCE_INLINE void wait_thread_yield(void) |