Re: [dev] [libsl][bug] Call FcFini on cleanup for projects calling FcIni

2022-10-30 Thread NRK
On Sun, Oct 30, 2022 at 12:50:54PM -0700, Anskrevy wrote: > And here is my valgrind output > https://gist.github.com/Anskrevy/b981453fb7fbe3fb410ac1dd883d23ad Looking at the backtrace it doesn't seem like it generated anywhere from libsl (or your program) ==2726510== 288 (256 direct, 32

Re: [dev] [libsl][bug] Call FcFini on cleanup for projects calling FcIni

2022-10-30 Thread Anskrevy
On 10/30/22 10:47, NRK wrote: 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. I do not see any call to FcInit in libsl,

Re: [dev] [libsl][bug] Call FcFini on cleanup for projects calling FcIni

2022-10-30 Thread NRK
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. I do not see any call to FcInit in libsl, nor do I see any such call in