summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2021-02-07 18:59:24 +0100
committerAlbert Astals Cid <aacid@kde.org>2021-02-07 18:59:57 +0100
commit0ea6219dd1f2531d44eacfc584e331ecb4b46fb8 (patch)
tree8887f34e4ed05a5a58f465d3d87c28f3dfe69124
parent41f5acecf50aa6b16f95aca557dbcf6b49b8f394 (diff)
CharCodeToUnicode::parseCMap1: Bring back the delete
For some reason i deleted it on the previous commit
-rw-r--r--poppler/CharCodeToUnicode.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/poppler/CharCodeToUnicode.cc b/poppler/CharCodeToUnicode.cc
index f7cc5be1..f05eeb08 100644
--- a/poppler/CharCodeToUnicode.cc
+++ b/poppler/CharCodeToUnicode.cc
@@ -471,6 +471,7 @@ bool CharCodeToUnicode::parseCMap1(int (*getCharFunc)(void *), void *data, int n
strcpy(tok1, tok2);
}
}
+ delete pst;
return ok;
}