Skip to content

Commit

Permalink
Remove Object::memCheck (bug #29)
Browse files Browse the repository at this point in the history
  • Loading branch information
Otfried Cheong committed Sep 24, 2018
1 parent cb09050 commit 2731301
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 0 additions & 4 deletions pdftoipe/pdftoipe.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,6 @@ int main(int argc, char *argv[])
delete doc;
delete globalParams;

// check for memory leaks
Object::memCheck(stderr);
gMemReport(stderr);

return exitCode;
}

Expand Down
4 changes: 4 additions & 0 deletions pdftoipe/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ If you want to compile pdftoipe on Windows, please refer to
Changes
=======

* 2018/09/24
Removed Object::memCheck call to compile with poppler 0.69 (bug
#29).

* 2017/09/19
Fixed formatting of color values from %g to %f.

Expand Down
2 changes: 1 addition & 1 deletion pdftoipe/xmloutputdev.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
class GfxPath;
class GfxFont;

#define PDFTOIPE_VERSION "2017/09/19"
#define PDFTOIPE_VERSION "2018/09/24"

class XmlOutputDev : public OutputDev
{
Expand Down

0 comments on commit 2731301

Please sign in to comment.