diff options
Diffstat (limited to 'src/xline.cpp')
-rw-r--r-- | src/xline.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xline.cpp b/src/xline.cpp index 86a6081f2..0443a4f17 100644 --- a/src/xline.cpp +++ b/src/xline.cpp @@ -711,7 +711,7 @@ void apply_lines(const int What) } Goners->Apply(); - delete Goners; + DELETE(Goners); } void stats_k(userrec* user) |