diff options
Diffstat (limited to 'vfs')
| -rw-r--r-- | vfs/UVFSCore.pas | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vfs/UVFSCore.pas b/vfs/UVFSCore.pas index e93fa11..eafc2ef 100644 --- a/vfs/UVFSCore.pas +++ b/vfs/UVFSCore.pas @@ -234,6 +234,8 @@ end; destructor TVFSPlugin.Destroy; begin + SetLength(Extensions, 0); + SetLength(Services, 0); if ModuleHandle <> nil then dlclose(ModuleHandle); inherited Destroy; end; |
