diff options
author | Sebastian Rasmussen <sebras@gmail.com> | 2017-07-27 14:12:41 +0800 |
---|---|---|
committer | Sebastian Rasmussen <sebras@gmail.com> | 2017-07-27 18:41:14 +0800 |
commit | 57cbf137f25c5b32f65fc19998fc27b68fc31e3b (patch) | |
tree | ac793d25f291c69d93f4d1ca72f10155abd4b98c /source/tools | |
parent | 841dce12d2a4efac7e2f8b908e935487fe95e807 (diff) | |
download | mupdf-57cbf137f25c5b32f65fc19998fc27b68fc31e3b.tar.xz |
murun: Remember to js_endtry() before returning.
Diffstat (limited to 'source/tools')
-rw-r--r-- | source/tools/murun.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/tools/murun.c b/source/tools/murun.c index cd000632..b7443286 100644 --- a/source/tools/murun.c +++ b/source/tools/murun.c @@ -1120,8 +1120,8 @@ js_dev_begin_tile(fz_context *ctx, fz_device *dev, const fz_rect *area, const fz js_pop(J, 1); return n; } - return 0; js_endtry(J); + return 0; } static void |