Skip to content

Commit 2731301

Browse files
author
Otfried Cheong
committed
Remove Object::memCheck (bug #29)
1 parent cb09050 commit 2731301

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

pdftoipe/pdftoipe.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,6 @@ int main(int argc, char *argv[])
156156
delete doc;
157157
delete globalParams;
158158

159-
// check for memory leaks
160-
Object::memCheck(stderr);
161-
gMemReport(stderr);
162-
163159
return exitCode;
164160
}
165161

pdftoipe/readme.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ If you want to compile pdftoipe on Windows, please refer to
6565
Changes
6666
=======
6767

68+
* 2018/09/24
69+
Removed Object::memCheck call to compile with poppler 0.69 (bug
70+
#29).
71+
6872
* 2017/09/19
6973
Fixed formatting of color values from %g to %f.
7074

pdftoipe/xmloutputdev.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
class GfxPath;
1515
class GfxFont;
1616

17-
#define PDFTOIPE_VERSION "2017/09/19"
17+
#define PDFTOIPE_VERSION "2018/09/24"
1818

1919
class XmlOutputDev : public OutputDev
2020
{

0 commit comments

Comments
 (0)