summaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-06-17 21:01:31 +0100
committerJosh Blum <josh@joshknows.com>2011-06-17 21:01:31 +0100
commit63a586c90118e5307efbacb24817b7c9fad18928 (patch)
tree0ab3a7f3d62b4ffd12ffb5a232c92bd958c02eac /host
parent5769c72d03f256f5802057d047a003b310cc6ba2 (diff)
downloaduhd-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.cpp2
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?
}
/***********************************************************************