mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 15:56:23 +01:00
Vary the order of unreffing dest and src
For slightly better test coverage.
This commit is contained in:
parent
b2919e558b
commit
cfe8ec429a
@ -365,8 +365,8 @@ binding_transform_default (void)
|
|||||||
g_object_set (target, "value", 69.0, NULL);
|
g_object_set (target, "value", 69.0, NULL);
|
||||||
g_assert_cmpint (source->foo, ==, 69);
|
g_assert_cmpint (source->foo, ==, 69);
|
||||||
|
|
||||||
g_object_unref (source);
|
|
||||||
g_object_unref (target);
|
g_object_unref (target);
|
||||||
|
g_object_unref (source);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Loading…
Reference in New Issue
Block a user