mirror of
https://github.com/corda/corda.git
synced 2025-02-02 17:21:06 +00:00
fix code ordering bug in finder.cpp
This commit is contained in:
parent
aa9cb5c086
commit
33b32398c2
@ -467,9 +467,9 @@ class BuiltinElement: public JarElement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
virtual void dispose() {
|
virtual void dispose() {
|
||||||
JarElement::dispose();
|
|
||||||
library->disposeAll();
|
library->disposeAll();
|
||||||
free(s, libraryName, libraryNameLength + 1);
|
free(s, libraryName, libraryNameLength + 1);
|
||||||
|
JarElement::dispose();
|
||||||
}
|
}
|
||||||
|
|
||||||
System::Library* library;
|
System::Library* library;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user