mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-04 19:53:52 +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); }"
|
||||
,FALSE);
|
||||
#endif
|
||||
PL_perl_destruct_level = 1;
|
||||
perl_destruct(my_perl);
|
||||
perl_free(my_perl);
|
||||
PERL_SYS_TERM();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user