Thanks for reporting your findings.
1) Issues in makefont utility:
- a regression ( too many ')' )
Fixed in wxCode SVN.
- a wrong usage of delete operator
Fixed in wxCode SVN.
2) Suspected issue in pdfocg.cpp:
- a possible buffer overrun.
This is NOT an issue. m_rgLayers is a hash map and the used index range is in fact 1..n=m_rgLayers->size(). The code is correct as...