Mithran

VXA memory leak fix

Mar 12th, 2012
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. module Cache
  2. def self.empty_bitmap
  3. @cache[:empty] ||= Bitmap.new(32, 32)
  4. end
  5. end
Advertisement
Add Comment
Please, Sign In to add comment