Description: *** FIXME ***
Origin: https://rt.cpan.org/Public/Bug/Display.html?id=88180
Bug: https://rt.cpan.org/Public/Bug/Display.html?id=88180
Bug-Debian: http://bugs.debian.org/750235
Author: zefram [...] fysh.org
Last-Update: 2014-07-18

--- a/Size.xs	2013-05-10 12:35:23.000000000 +0000
+++ b/Size.xs	2013-08-27 14:52:53.000000000 +0000
@@ -707,7 +707,7 @@
   }
   st->total_size += sizeof(SV) + body_sizes[type];
 
-  if (type >= SVt_PVMG) {
+  if (SvMAGICAL(thing)) {
       magic_size(aTHX_ thing, st);
   }
 
