Skip to content

Commit

Permalink
Fix CID 1396172 (Uninitialized members)
Browse files Browse the repository at this point in the history
  • Loading branch information
zdenop committed Oct 16, 2018
1 parent 68a929a commit cbd09de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/pdfrenderer.cpp
Expand Up @@ -185,6 +185,7 @@ TessPDFRenderer::TessPDFRenderer(const char *outputbase, const char *datadir,
datadir_(datadir) {
obj_ = 0;
textonly_ = textonly;
jpg_quality_ = 85;
offsets_.push_back(0);
}

Expand Down

0 comments on commit cbd09de

Please sign in to comment.