ladybird/Userland/Libraries/LibPDF
Simon Woertz c857b5d22f LibPDF: Convert PDF::Parser::m_document from RefPtr to WeakPtr
Otherwise both `PDF::Document` and `PDF::Parser` have a `RefPtr`
pointing to each other which leads to a memory leak due to a circular
dependency.
2022-01-08 18:57:55 +01:00
..
CMakeLists.txt
ColorSpace.cpp
ColorSpace.h
Command.h
CommonNames.cpp
CommonNames.h
Document.cpp
Document.h
Filter.cpp
Filter.h
Forward.h
Object.h
ObjectDerivatives.cpp
ObjectDerivatives.h
Parser.cpp
Parser.h
Reader.h
Reference.h
Renderer.cpp
Renderer.h
Value.cpp
Value.h
XRefTable.h