This is an automated email from the ASF dual-hosted git repository.
rubys pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new ebf37fc run garbage collection
ebf37fc is described below
commit ebf37fcdc12ab1d286854eaa6b06595e48939c28
Author: Sam Ruby <[email protected]>
AuthorDate: Wed Dec 20 15:26:02 2017 -0500
run garbage collection
---
lib/whimsy/asf/ldap.rb | 3 +++
1 file changed, 3 insertions(+)
diff --git a/lib/whimsy/asf/ldap.rb b/lib/whimsy/asf/ldap.rb
index 7d4571e..6f2065b 100644
--- a/lib/whimsy/asf/ldap.rb
+++ b/lib/whimsy/asf/ldap.rb
@@ -374,6 +374,9 @@ module ASF
end
@@weakrefs.clear
+
+ # run garbage collection
+ GC.start
end
# shortcut for dereference weakref
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].