Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1435)

Unified Diff: xfa/fxbarcode/BC_TwoDimWriter.cpp

Issue 2048983002: Get rid of NULLs in xfa/fxbarcode/ (Closed) Base URL: https://pdfium.googlesource.com/pdfium@master
Patch Set: nits Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « xfa/fxbarcode/BC_BinaryBitmap.cpp ('k') | xfa/fxbarcode/common/BC_CommonBitMatrix.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fxbarcode/BC_TwoDimWriter.cpp
diff --git a/xfa/fxbarcode/BC_TwoDimWriter.cpp b/xfa/fxbarcode/BC_TwoDimWriter.cpp
index c2fb37e091529ad45866d23a082ce65c924a30c0..fdad7e2a81b7caa55d51b8d9ed9069e96323f3c9 100644
--- a/xfa/fxbarcode/BC_TwoDimWriter.cpp
+++ b/xfa/fxbarcode/BC_TwoDimWriter.cpp
@@ -15,7 +15,7 @@
CBC_TwoDimWriter::CBC_TwoDimWriter() {
m_iCorrectLevel = 1;
m_bFixedSize = TRUE;
- m_output = NULL;
+ m_output = nullptr;
}
CBC_TwoDimWriter::~CBC_TwoDimWriter() {
delete m_output;
« no previous file with comments | « xfa/fxbarcode/BC_BinaryBitmap.cpp ('k') | xfa/fxbarcode/common/BC_CommonBitMatrix.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698