mirror of
https://github.com/corda/corda.git
synced 2025-02-10 12:51:37 +00:00
fix memory leak in freeZipFileEntry
This commit is contained in:
parent
8cb6446bec
commit
8abe9bf469
@ -1538,6 +1538,8 @@ freeZipFileEntry(Thread* t, object method, uintptr_t* arguments)
|
||||
(t, methodRuntimeDataNative(t, getMethodRuntimeData(t, method))),
|
||||
0, file->file, entry->entry);
|
||||
}
|
||||
|
||||
t->m->heap->free(entry, sizeof(ZipFile::Entry));
|
||||
}
|
||||
|
||||
int64_t JNICALL
|
||||
|
Loading…
x
Reference in New Issue
Block a user