In Perl_gv_autoload4(), remove weakref before reassigning to CvSTASH()
authorNicholas Clark <nick@ccl4.org>
Wed, 20 Oct 2010 07:25:36 +0000 (09:25 +0200)
committerNicholas Clark <nick@ccl4.org>
Thu, 21 Oct 2010 06:42:18 +0000 (08:42 +0200)
commitad23561230a77db6d7024a31d7c63e91e40f439b
treeabad56bca0164a61e96119373f7176126cc27769
parent735631af6fd7ee0a0db0185decce87cabe3eb134
In Perl_gv_autoload4(), remove weakref before reassigning to CvSTASH()

Fixes a minor bug introduced in 4c74a7df3242aa95.

The underlying assumption of the XS AUTOLOAD implementation, that the fields
are unused, remains invalid.
gv.c