mirror of
https://github.com/brl/mutter.git
synced 2025-08-06 08:34:41 +00:00
Remove a few more guards for frees
This commit is contained in:
@@ -609,8 +609,7 @@ meta_frames_unmanage_window (MetaFrames *frames,
|
||||
if (frame->layout)
|
||||
g_object_unref (G_OBJECT (frame->layout));
|
||||
|
||||
if (frame->title)
|
||||
g_free (frame->title);
|
||||
g_free (frame->title);
|
||||
|
||||
g_free (frame);
|
||||
}
|
||||
|
Reference in New Issue
Block a user