mirror of
https://github.com/corda/corda.git
synced 2025-06-21 16:49:45 +00:00
Merge pull request #392 from lostdj/patch-10
classpath-openjdk: Fix freeZipFileEntry()
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user