]> git.ipfire.org Git - thirdparty/cups.git/commit
ippeveps: fix handle leak 1663/head
authorElizaveta Tereshkina <teryoshkina.ea@gmail.com>
Fri, 7 Aug 2026 12:48:14 +0000 (15:48 +0300)
committerElizaveta Tereshkina <teryoshkina.ea@gmail.com>
Fri, 7 Aug 2026 12:48:14 +0000 (15:48 +0300)
commit7823827722687dec8f72d9bef072cc918f5277c0
tree881649a635d1901f5028cbfdfd132eb52498e086
parent5a2d2d4c8d2d987f8fdc9f6e5b6ab75ce6450a54
ippeveps: fix handle leak

In the 'jpeg_to_ps' function close the 'fd' handle
by adding a missing 'fclose'.
Signed-off-by: Elizaveta Tereshkina <teryoshkina.ea@gmail.com>
tools/ippeveps.c