ladybird/Userland/Libraries/LibGfx/ICC
Nico Weber d43b306814 LibGfx: Give ICC::TagType a virtual destructor
ICC::Profile deletes these objects via base class pointers, so this
is needed that destructors in the subclasses get called.

(Found by asan on CI when adding test coverage.)
2023-02-01 19:19:30 +01:00
..
DistinctFourCC.h LibGfx: Split ICC/Profile.{h,cpp} into several files 2023-01-28 00:27:07 +00:00
Profile.cpp LibGfx: Validate tag types of AToBNTag, BToANTag, gamutTag, previewNTag 2023-01-29 11:40:14 +00:00
Profile.h LibGfx: Split ICC/Profile.{h,cpp} into several files 2023-01-28 00:27:07 +00:00
Tags.cpp LibGfx: Split ICC/Profile.{h,cpp} into several files 2023-01-28 00:27:07 +00:00
Tags.h LibGfx: Split ICC/Profile.{h,cpp} into several files 2023-01-28 00:27:07 +00:00
TagTypes.cpp LibGfx: Rename EMatrix to EMatrix3x3 in ICC code 2023-01-29 11:35:37 +00:00
TagTypes.h LibGfx: Give ICC::TagType a virtual destructor 2023-02-01 19:19:30 +01:00