DescriptionCleanup JBig2_GeneralDecoder.cpp.
- FX_Alloc() can't fail and return.
- Use unique_ptr / remove gotos.
- NULL -> nullptr.
- Combine common code.
R=tsepez@chromium.org
Committed: https://pdfium.googlesource.com/pdfium/+/d15cda90f598ce52fa601552577ef7fd8a89fce3
Patch Set 1 : FX_Alloc() can't fail and return, unique_ptr #
Total comments: 7
Patch Set 2 : nullptr #Patch Set 3 : more unique_ptr #
Total comments: 2
Patch Set 4 : common code #
Total comments: 3
Patch Set 5 : lint #
Total comments: 1
Patch Set 6 : address comments #Patch Set 7 : rebase #
Messages
Total messages: 10 (1 generated)
|