mirror of
https://github.com/corda/corda.git
synced 2025-01-05 20:54:13 +00:00
Merge pull request #392 from lostdj/patch-10
classpath-openjdk: Fix freeZipFileEntry()
This commit is contained in:
commit
f6e7a29f09
@ -1800,9 +1800,9 @@ void JNICALL freeZipFileEntry(Thread* t, GcMethod* method, uintptr_t* arguments)
|
||||
0,
|
||||
file->file,
|
||||
entry->entry);
|
||||
}
|
||||
|
||||
t->m->heap->free(entry, sizeof(ZipFile::Entry));
|
||||
t->m->heap->free(entry, sizeof(ZipFile::Entry));
|
||||
}
|
||||
}
|
||||
|
||||
int64_t JNICALL
|
||||
|
Loading…
Reference in New Issue
Block a user