mirror of
https://github.com/corda/corda.git
synced 2025-01-23 04:48:09 +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() {
|
||||
JarElement::dispose();
|
||||
library->disposeAll();
|
||||
free(s, libraryName, libraryNameLength + 1);
|
||||
JarElement::dispose();
|
||||
}
|
||||
|
||||
System::Library* library;
|
||||
|
Loading…
Reference in New Issue
Block a user