mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 01:11:29 +00:00
Perl memleak fix
This may need more test!!
This commit is contained in:
parent
ea6ab5b10f
commit
77b8e9ec6e
@ -210,6 +210,7 @@ Embperl::~Embperl()
|
|||||||
" if(tied *STDERR) { untie(*STDERR); }"
|
" if(tied *STDERR) { untie(*STDERR); }"
|
||||||
,FALSE);
|
,FALSE);
|
||||||
#endif
|
#endif
|
||||||
|
perl_destruct(my_perl);
|
||||||
perl_free(my_perl);
|
perl_free(my_perl);
|
||||||
PERL_SYS_TERM();
|
PERL_SYS_TERM();
|
||||||
my_perl = NULL;
|
my_perl = NULL;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user