diff options
author | Hugo van der Sanden <hv@crypt.org> | 1999-06-23 17:16:05 +0100 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-07-07 07:20:02 +0000 |
commit | 3eb57f739dbf88247a22d7a04da1e703d7150f00 (patch) | |
tree | 62aeaff5fedd6b16ac1757c9c8a4ba2fd4290125 /embed.pl | |
parent | a27f85b3b5aa22c0f009ddabe35728717aaebf3d (diff) | |
download | perl-3eb57f739dbf88247a22d7a04da1e703d7150f00.tar.gz |
memleak in optimizer
Message-Id: <199906231516.QAA23851@crypt.compulink.co.uk>
p4raw-id: //depot/perl@3634
Diffstat (limited to 'embed.pl')
-rwxr-xr-x | embed.pl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1523,6 +1523,7 @@ s |void |restore_magic |void *p #if defined(PERL_IN_OP_C) || defined(PERL_DECL_PROT) s |I32 |list_assignment|OP *o s |void |bad_type |I32 n|char *t|char *name|OP *kid +s |void |cop_free |COP *cop s |OP* |modkids |OP *o|I32 type s |void |no_bareword_allowed|OP *o s |OP* |no_fh_allowed |OP *o |