diff options
author | Josh Blum <josh@joshknows.com> | 2011-06-17 21:01:31 +0100 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-06-17 21:01:31 +0100 |
commit | 63a586c90118e5307efbacb24817b7c9fad18928 (patch) | |
tree | 0ab3a7f3d62b4ffd12ffb5a232c92bd958c02eac /host | |
parent | 5769c72d03f256f5802057d047a003b310cc6ba2 (diff) | |
download | uhd-63a586c90118e5307efbacb24817b7c9fad18928.tar.gz uhd-63a586c90118e5307efbacb24817b7c9fad18928.tar.bz2 uhd-63a586c90118e5307efbacb24817b7c9fad18928.zip |
e100: tweak which I don't understand
Diffstat (limited to 'host')
-rw-r--r-- | host/lib/usrp/e100/e100_impl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/e100/e100_impl.cpp b/host/lib/usrp/e100/e100_impl.cpp index aa87b87dd..96ac6548b 100644 --- a/host/lib/usrp/e100/e100_impl.cpp +++ b/host/lib/usrp/e100/e100_impl.cpp @@ -192,7 +192,7 @@ e100_impl::e100_impl( } e100_impl::~e100_impl(void){ - /* NOP */ + _io_impl.reset(); //reset here, seems to fix hang? } /*********************************************************************** |