Skip to content

Commit 4262e5f

Browse files
[[ Bug 15386 ]] Do not over-release the stack filename as ~MCStack takes care of it
1 parent 6f04b66 commit 4262e5f

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

docs/notes/bugfix-15386.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Failure to incorporate code with 'include' on 7.0 servers

engine/src/srvscript.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ MCServerScript::~MCServerScript(void)
6666
else
6767
delete t_file -> script;
6868

69-
MCValueRelease(filename);
70-
7169
delete t_file;
7270
}
7371

0 commit comments

Comments
 (0)