summaryrefslogtreecommitdiff
path: root/source/fitz
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebras@gmail.com>2016-09-17 13:00:35 +0800
committerSebastian Rasmussen <sebras@gmail.com>2016-09-18 12:42:39 +0800
commita7376dbdcdca7862d59951595b6faad31e200465 (patch)
treea0f4bddce5b9ef7767d9fb852763c5a8bb4bf8c1 /source/fitz
parentaba9c53326c3b1f4f3889c6621a37798a176d354 (diff)
downloadmupdf-a7376dbdcdca7862d59951595b6faad31e200465.tar.xz
JNI: Finalizers must be able to run with pointer being null.
Applications must be able to run e.g. Document.destroy() and later set that reference to null and have the JVM successfully run the finalizer an arbitrary time later. Previously the JVM would fail to do so because the finalizer would throw an exception since the native pointer was null.
Diffstat (limited to 'source/fitz')
0 files changed, 0 insertions, 0 deletions