diff options
Diffstat (limited to 'src/engine/PatchImpl.cpp')
-rw-r--r-- | src/engine/PatchImpl.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/PatchImpl.cpp b/src/engine/PatchImpl.cpp index a0172679..46d04e8b 100644 --- a/src/engine/PatchImpl.cpp +++ b/src/engine/PatchImpl.cpp @@ -54,6 +54,7 @@ PatchImpl::~PatchImpl() assert(!_activated); delete _compiled_patch; + delete _plugin; } |