Package: mate-desktop / 1.26.0-2

Metadata

Package Version Patches format
mate-desktop 1.26.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
2001_prefer x terminal emulator.patch | (download)

libmate-desktop/mate-desktop-utils.c | 2 2 0 - 0 !
1 file changed, 2 insertions( )

 debian specific; prefer x-terminal-emulator as terminal to run applications in.
0001_mate bg fix memory leak.patch | (download)

libmate-desktop/mate-bg.c | 10 7 3 - 0 !
1 file changed, 7 insertions( ), 3 deletions(-)

 [patch] mate-bg: fix memory leak


0002_mate desktop thumbnail fix memory leak.patch | (download)

libmate-desktop/mate-desktop-thumbnail.c | 1 1 0 - 0 !
1 file changed, 1 insertion( )

 [patch] mate-desktop-thumbnail: fix memory leak


0003_revert small cleanup.patch | (download)

libmate-desktop/mate-bg.c | 17 8 9 - 0 !
1 file changed, 8 insertions( ), 9 deletions(-)

 [patch] revert "[mate-bg] small cleanup"

It is not possible to use the `list` pointer after it has been deleted,
so the "cleanup" this commit made lead to using freed memory if any
item actually got clean up.

This "cleanup" also don't seem meaningful to me, as all it does
otherwise is trade an assignation for a redundant test -- either of
which the compiler might happily optimize out.

This reverts commit 47426c90d10e9f738ecf89f35db94ca8deff55e0.