mscms: Fix double free on error path in EnumColorProfilesA (scan-build).
commitabfc151e0b1e0a8361514a71d8d288fbd5160673
authorAlex Henrie <alexhenrie24@gmail.com>
Mon, 5 Jun 2023 03:59:31 +0000 (4 21:59 -0600)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 5 Jun 2023 12:01:07 +0000 (5 14:01 +0200)
tree6d2c07df55cd3fd8b5dbdf62322eddd3a1f164c5
parent935626b48809b26ab4a215992bf5169af0a28153
mscms: Fix double free on error path in EnumColorProfilesA (scan-build).

If fileW is not null, it is freed at the end of the function.
dlls/mscms/profile.c