Message-ID: <Pine.LNX.4.21.
0108022058020.8991-100000@mako.covalent.net>
p4raw-id: //depot/perl@11562
#ifdef CSH
PL_cshlen = proto_perl->Icshlen;
- PL_cshname = SAVEPVN(proto_perl->Icshname, PL_cshlen);
+ PL_cshname = proto_perl->Icshname; /* XXX never deallocated */
#endif
PL_lex_state = proto_perl->Ilex_state;