mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-21 05:18:06 +01:00
wtokenfree() does not free the first entry of an array. If count is 1 then while (--count) will be while (0) and the inner body of that while-loop will not be entered. Therefore a memory leak happens every time wtokenfree() is called. Retrieved-from: http://paldium.homeunix.org/tobias/wmaker/patches/ [crmafra: This patch, altough correct, breaks WPrefs.app, which will be fixed by the next patch. ]
3.8 KiB
3.8 KiB