Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Christian Persch
poppler
Commits
e3d80c79
Commit
e3d80c79
authored
Jan 31, 2012
by
Hib Eris
Committed by
Carlos Garcia Campos
Feb 04, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix return value of downscale_box_filter()
Fixes bug #45441.
parent
e074e526
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
poppler/CairoRescaleBox.cc
poppler/CairoRescaleBox.cc
+1
-1
No files found.
poppler/CairoRescaleBox.cc
View file @
e3d80c79
...
...
@@ -347,5 +347,5 @@ cleanup:
free
(
y_coverage
);
free
(
temp_buf
);
return
gTrue
;
return
retval
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment