Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Joao Oliveira
Okular
Commits
917482f0
Commit
917482f0
authored
Aug 23, 2011
by
Albert Astals Cid
Browse files
Fix memory leak
Need to delete these two here too
parent
e842bcdf
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/textpage.cpp
View file @
917482f0
...
...
@@ -1730,6 +1730,8 @@ void TextPagePrivate::XYCutForBoundingBoxes(int tcx, int tcy)
tmpNode
.
setArea
(
regionRect
);
tree
.
replace
(
i
,
tmpNode
);
i
++
;
delete
[]
proj_on_xaxis
;
delete
[]
proj_on_yaxis
;
continue
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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