summaryrefslogtreecommitdiff
path: root/vfs/UVFSCore.pas
diff options
context:
space:
mode:
Diffstat (limited to 'vfs/UVFSCore.pas')
-rw-r--r--vfs/UVFSCore.pas2
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;