Perl_mg_clear() did not cope with the called magic deleting itself - fix this.
authorNicholas Clark <nick@ccl4.org>
Wed, 20 May 2009 22:02:07 +0000 (23:02 +0100)
committerNicholas Clark <nick@ccl4.org>
Wed, 20 May 2009 22:04:35 +0000 (23:04 +0100)
commit8ac77ac96d51ab94f305d02883edecb1e2a49e19
treee0e128a138b2005da6d58f7a8467e3221e9745fa
parent35df902d513eb29d4fb2b9593ea6aa76507bc590
Perl_mg_clear() did not cope with the called magic deleting itself - fix this.

Should all routines that iterate over the magic chain be hardened against this?
mg.c