diff options
Diffstat (limited to 'host/lib')
-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? } /*********************************************************************** |