Menu

Commit [r50]  Maximize  Restore  History

Try to stop a possible running thread gracefully before exiting the process.

tortoisesvn 2007-04-13

changed /trunk/src/CommitMonitor.cpp
changed /trunk/src/HiddenWindow.cpp
changed /trunk/src/HiddenWindow.h
/trunk/src/CommitMonitor.cpp Diff Switch to side-by-side view
--- a/trunk/src/CommitMonitor.cpp
+++ b/trunk/src/CommitMonitor.cpp
@@ -97,6 +97,7 @@
 		}
 		return (int) msg.wParam;
 	}
+	hiddenWindow.StopThread();
 
 	::CoUninitialize();
 	apr_terminate();
/trunk/src/HiddenWindow.cpp Diff Switch to side-by-side view
Loading...
/trunk/src/HiddenWindow.h Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.