diff options
Diffstat (limited to 'src/configreader.cpp')
-rw-r--r-- | src/configreader.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/configreader.cpp b/src/configreader.cpp index 30db77e4d..a6d6e3c85 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -1019,8 +1019,6 @@ void ServerConfig::Apply(ServerConfig* old, const std::string &useruid) } break; } - /* We're done with this now */ - delete Values[Index].val; } /* Read the multiple-tag items (class tags, connect tags, etc) |