|
|
@@ -503,6 +503,10 @@ remove_all_windows() {
|
|
|
// And, hey, let's stop the vertex paging threads, if any.
|
|
|
VertexDataPage::stop_threads();
|
|
|
|
|
|
+#ifdef DO_PSTATS
|
|
|
+ PStatClient::get_global_pstats()->disconnect();
|
|
|
+#endif
|
|
|
+
|
|
|
// Well, and why not clean up all threads here?
|
|
|
Thread::prepare_for_exit();
|
|
|
}
|