have to clear the iperf fetch timeout in case the flow is selected and then immediately deselected
diff --git a/web/ons-demo/js/iperf.js b/web/ons-demo/js/iperf.js
index b74175c..b1f964c 100644
--- a/web/ons-demo/js/iperf.js
+++ b/web/ons-demo/js/iperf.js
@@ -185,6 +185,6 @@
 		}
 
 		// wait a buffer to make sure the old iperf session gets cleared out
-		setTimeout(fetchData, updateRate);
+		flow.iperfFetchTimeout = setTimeout(fetchData, updateRate);
 	}
 }
\ No newline at end of file