diff options
Diffstat (limited to 'op.c')
-rw-r--r-- | op.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -769,7 +769,6 @@ S_cop_free(pTHX_ COP* cop) PERL_ARGS_ASSERT_COP_FREE; CopFILE_free(cop); - CopSTASH_free(cop); if (! specialWARN(cop->cop_warnings)) PerlMemShared_free(cop->cop_warnings); cophh_free(CopHINTHASH_get(cop)); |