mirror of
https://github.com/corda/corda.git
synced 2025-01-07 13:38:47 +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,
|
0,
|
||||||
file->file,
|
file->file,
|
||||||
entry->entry);
|
entry->entry);
|
||||||
}
|
|
||||||
|
|
||||||
t->m->heap->free(entry, sizeof(ZipFile::Entry));
|
t->m->heap->free(entry, sizeof(ZipFile::Entry));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
int64_t JNICALL
|
int64_t JNICALL
|
||||||
|
Loading…
Reference in New Issue
Block a user