lib/bulldog/attachment/base.rb in bulldog-0.0.5 vs lib/bulldog/attachment/base.rb in bulldog-0.0.6

- old
+ new

@@ -116,9 +116,14 @@ else @examination_result end end + def unload + super + @examination_result = nil + end + protected # --------------------------------------------------- # # Return the default processor class to use for this attachment. #