mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 06:41:25 +08:00
#compact! can return nil if no changes were made
This commit is contained in:
@ -22,6 +22,7 @@ module MemoryDiagnostics
|
||||
diff = diff.map do |id|
|
||||
ObjectSpace._id2ref(id) rescue nil
|
||||
end.compact!
|
||||
diff ||= []
|
||||
|
||||
report = "#{diff.length} objects have leaked\n"
|
||||
|
||||
|
Reference in New Issue
Block a user