Message-ID: <Pine.LNX.4.21.
0107092012570.1913-100000@mako.covalent.net>
(This version of the patch with a comment from Gisle.)
p4raw-id: //depot/perl@11258
#ifdef USE_ITHREADS
if (CvFILE(cv) && !CvXSUB(cv)) {
+ /* for XSUBs CvFILE point directly to static memory; __FILE__ */
Safefree(CvFILE(cv));
- CvFILE(cv) = 0;
}
+ CvFILE(cv) = 0;
#endif
if (!CvXSUB(cv) && CvROOT(cv)) {