mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-10 10:12:24 +00:00
Need to set this to 1 again before the perl_destruct
This commit is contained in:
parent
77b8e9ec6e
commit
6897aef4b5
@ -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();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user