[Swift-commit] r4038 - SwiftApps/SwiftR/Swift/R

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Wed Jan 26 15:41:58 CST 2011


Author: tga
Date: 2011-01-26 15:41:58 -0600 (Wed, 26 Jan 2011)
New Revision: 4038

Modified:
   SwiftApps/SwiftR/Swift/R/Workers.R
Log:
Bugfix: clean up .Last hook when detaching library.


Modified: SwiftApps/SwiftR/Swift/R/Workers.R
===================================================================
--- SwiftApps/SwiftR/Swift/R/Workers.R	2011-01-25 22:22:33 UTC (rev 4037)
+++ SwiftApps/SwiftR/Swift/R/Workers.R	2011-01-26 21:41:58 UTC (rev 4038)
@@ -159,6 +159,7 @@
 {
     # If the library is unloaded we need to do cleanup
     swiftShutdown()
+    removeHook()
 }
 
 # Hook to perform cleanup of workers upon shutting down an R




More information about the Swift-commit mailing list