]> git.ipfire.org Git - thirdparty/cups.git/commit
ppd-cache: fix memory leak 1344/head
authorBryan Cain <bryancain@chromium.org>
Fri, 22 Aug 2025 18:56:49 +0000 (12:56 -0600)
committerBryan Cain <bryancain@chromium.org>
Fri, 22 Aug 2025 19:09:58 +0000 (13:09 -0600)
commit7c371183d9125b9de37462f9f7ed7d35cbdc5813
treec2cc348fffaa0143d31cd4fb33bafb684f1c1c13
parent8055b8640275d5de5f9d5d07afa6406e9534d507
ppd-cache: fix memory leak

These fields were being allocated by _ppdCacheCreateWith*() but never
freed by anything. Free them in _ppdCacheDestroy() to fix the leak.

Based on commit 7e4b961850b66baf895fc0 in libppd.
cups/ppd-cache.c