mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +01:00
As pointed by Coverity, the array created to temporary store the list of Atoms used in the function 'requestHandler' was leaked. Because this array is very short lived, there is no need to allocate memory for this, it just participates in memory fragmentation. Instead, we use now memory on the stack which is more efficient. Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
93 KiB
93 KiB