mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-26 23:57:17 +00:00
Need to set this to 1 again before the perl_destruct
This commit is contained in:
@@ -210,6 +210,7 @@ Embperl::~Embperl()
|
|||||||
" if(tied *STDERR) { untie(*STDERR); }"
|
" if(tied *STDERR) { untie(*STDERR); }"
|
||||||
,FALSE);
|
,FALSE);
|
||||||
#endif
|
#endif
|
||||||
|
PL_perl_destruct_level = 1;
|
||||||
perl_destruct(my_perl);
|
perl_destruct(my_perl);
|
||||||
perl_free(my_perl);
|
perl_free(my_perl);
|
||||||
PERL_SYS_TERM();
|
PERL_SYS_TERM();
|
||||||
|
|||||||
Reference in New Issue
Block a user