On Thu, Oct 27, 2022 at 01:19:28PM -0700, Anskrevy wrote:
> Any program using libsl, or calling FcIni (directly or indirectly), that
> does not call FcFini results in a small memory leak. dwm and dmenu are
> effected by this. Appending a call to FcFini in the cleanup function will
> fix this.
>
Wouldn't it just free the memory on program exit by the operating system?
In this case I don't see the issue becaus it doesn't memory leak over time.
Let me know if I missed something,
--
Kind regards,
Hiltjo
Received on Fri Oct 28 2022 - 10:20:36 CEST