diff options
author | Matt Holgate <matt@emobix.co.uk> | 2014-06-17 11:14:39 +0100 |
---|---|---|
committer | Matt Holgate <matt@emobix.co.uk> | 2014-06-17 11:14:39 +0100 |
commit | d5a22b7c76c7c0f67f9350b2a7a5dc030b212421 (patch) | |
tree | cf8fad1957e781910ddf4cd54ca1a3defca91bf2 /platform/ios/Classes | |
parent | ca2668fc29cfe4180ae672050fbea67d4a1023a2 (diff) | |
download | mupdf-d5a22b7c76c7c0f67f9350b2a7a5dc030b212421.tar.xz |
Fix for bug #694967 - MuPDF crashes after pressing the Back Button while it renders a specific PDF
Some async tasks were still trying to access the globals pointer, which had
been nulled during shutdown, leading to a crash.
Check for NULL and return cleanly in this case.
Possibly we should also be calling AsyncTask.get() to wait for the tasks to
finish, before nulling the global pointer?
Diffstat (limited to 'platform/ios/Classes')
0 files changed, 0 insertions, 0 deletions