mirror of
https://invent.kde.org/graphics/okular
synced 2024-10-29 05:36:02 +00:00
I am pretty sure we need to delete this
This commit is contained in:
parent
0e1efa6516
commit
75cac8a3c6
1 changed files with 1 additions and 0 deletions
|
@ -1796,6 +1796,7 @@ void TextPagePrivate::XYCutForBoundingBoxes(int tcx, int tcy)
|
|||
}
|
||||
//copying elements of tmp to m_words
|
||||
copyFromList(tmp);
|
||||
qDeleteAll(words);
|
||||
|
||||
// we are not removing tmp because, the elements of tmp are in m_XY_cut_tree, we will finally free from m_XY_cut_tree
|
||||
m_XY_cut_tree = tree;
|
||||
|
|
Loading…
Reference in a new issue