mirror of
https://github.com/brl/mutter.git
synced 2025-07-22 09:21:22 +00:00
A combination of a couple memory leaks fixes, from Kjartan, Soeren, and I.
2005-10-03 Elijah Newren <newren@gmail.com> A combination of a couple memory leaks fixes, from Kjartan, Soeren, and I. Fixes #313030. * src/bell.c (meta_bell_flash_screen): call XFreeGC() * src/frames.c (invalidate_cache): free pixels * src/window.c (meta_window_show_menu): call meta_screen_free_workspace_layout()
This commit is contained in:

committed by
Elijah Newren

parent
ea4cd88285
commit
26dbf9856b
@ -6219,6 +6219,8 @@ meta_window_show_menu (MetaWindow *window,
|
||||
ops |= META_MENU_OP_MOVE_DOWN;
|
||||
}
|
||||
|
||||
meta_screen_free_workspace_layout (&layout);
|
||||
|
||||
if (window->maximized)
|
||||
ops |= META_MENU_OP_UNMAXIMIZE;
|
||||
else
|
||||
|
Reference in New Issue
Block a user