ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvtperl.xs
(Generate patch)

Comparing rxvt-unicode/src/rxvtperl.xs (file contents):
Revision 1.248 by sf-exg, Sat May 8 06:16:21 2021 UTC vs.
Revision 1.249 by root, Sun May 9 17:11:10 2021 UTC

377/* but therse are not guaranteed anyway... */ 377/* but therse are not guaranteed anyway... */
378rxvt_perl_interp::~rxvt_perl_interp () 378rxvt_perl_interp::~rxvt_perl_interp ()
379{ 379{
380 if (perl) 380 if (perl)
381 { 381 {
382 localise_env set_environ (perl_environ);
382 perl_destruct (perl); 383 perl_destruct (perl);
383 perl_free (perl); 384 perl_free (perl);
384 PERL_SYS_TERM (); 385 PERL_SYS_TERM ();
385 } 386 }
386} 387}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines