Minor cleanup
Replace a unref-and-unset combination with g_clear_object.
This commit is contained in:
@ -4933,8 +4933,7 @@ finish_drag (MoveResizeData *mv_resize)
|
|||||||
{
|
{
|
||||||
gdk_window_destroy (mv_resize->moveresize_emulation_window);
|
gdk_window_destroy (mv_resize->moveresize_emulation_window);
|
||||||
mv_resize->moveresize_emulation_window = NULL;
|
mv_resize->moveresize_emulation_window = NULL;
|
||||||
g_object_unref (mv_resize->moveresize_window);
|
g_clear_object (&mv_resize->moveresize_window);
|
||||||
mv_resize->moveresize_window = NULL;
|
|
||||||
g_clear_pointer (&mv_resize->moveresize_pending_event, g_free);
|
g_clear_pointer (&mv_resize->moveresize_pending_event, g_free);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user