Skip to content

Fix memory leak in Catalog by tracking pages (and page refs) using std::vector

Adam Reichold requested to merge (removed):fix-of10119 into master

Fix memory leak in Catalog by tracking pages (and page refs) using std::vector instead of manually allocating them. oss-fuzz/10119

Merge request reports