Merge pull request #392 from lostdj/patch-10

classpath-openjdk: Fix freeZipFileEntry()
This commit is contained in:
Joshua Warner 2015-01-11 13:05:32 -07:00
commit f6e7a29f09

View File

@ -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