mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 12:58:08 +01:00
As found by Rodolfo, it looks like there could be memory leak in the function 'RSmoothScaleImage' because it reserveda given number of memory blocs but used another count to free them after use. This patch uses the same count for release as it seems this variable is not modified in between. Took the opportunity as Rodolfo proposed to convert a global variable to a local variable - this global definition seems incorrect.
11 KiB
11 KiB