2
1
mirror of https://github.com/qpdf/qpdf.git synced 2025-01-31 10:58:25 +00:00

Note to fix setOutputMemory bug

This commit is contained in:
Jay Berkenbilt 2012-09-03 16:51:03 -04:00
parent 59432b5c70
commit b51a5b2c09

8
TODO
View File

@ -1,3 +1,11 @@
3.0.2
=====
* QPDFWriter::setOutputMemory segfaults without setStaticID because
it doesn't set this->filename. Be sure to have a test case that
exercises this. Check the function that sets the ID carefully to
make sure other cases aren't missed.
General
=======