diff options
Diffstat (limited to 'src/server/PatchImpl.cpp')
-rw-r--r-- | src/server/PatchImpl.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/server/PatchImpl.cpp b/src/server/PatchImpl.cpp index d8097568..1cda21a0 100644 --- a/src/server/PatchImpl.cpp +++ b/src/server/PatchImpl.cpp @@ -58,8 +58,6 @@ PatchImpl::PatchImpl(Engine& engine, PatchImpl::~PatchImpl() { - assert(!_activated); - delete _compiled_patch; delete _plugin; } |