ladybird/Userland/Libraries/LibPDF
Ben Wiederhake 750bed254f LibPDF: Switch to automatic ref counting, fix memory leak
At least `Value::operator=` didn't properly unref the `PDF::Object` when
it was called. This type of problem is removed by just letting `RefPtr`
do its thing.

This patch increases the memory consumption by LibPDF by 4 bytes (the
other union objects) per value.
2021-09-20 17:39:36 +04:30
..
CMakeLists.txt
ColorSpace.cpp
ColorSpace.h
Command.h
CommonNames.cpp
CommonNames.h
Document.cpp
Document.h
Filter.cpp
Filter.h
Forward.h
Object.cpp
Object.h
Parser.cpp
Parser.h
Reader.h LibPDF: Add missing headers to Reader.h 2021-09-20 17:39:36 +04:30
Renderer.cpp
Renderer.h
Value.cpp LibPDF: Switch to automatic ref counting, fix memory leak 2021-09-20 17:39:36 +04:30
Value.h LibPDF: Switch to automatic ref counting, fix memory leak 2021-09-20 17:39:36 +04:30
XRefTable.h LibPDF: Add missing headers to XRefTable.h 2021-09-20 17:39:36 +04:30