Skip to content
Snippets Groups Projects
Commit e16be8f0 authored by Mick Jordan's avatar Mick Jordan
Browse files

DLL.unload; remove from list!

parent c4db7b87
Branches
No related tags found
No related merge requests found
......@@ -386,6 +386,7 @@ public class DLL {
if (rc != 0) {
throw new DLLException(RError.Message.DLL_LOAD_ERROR, path, "");
}
list.remove(info);
return;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment