mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +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_assert_cmpint (source->foo, ==, 69);
|
||||
|
||||
g_object_unref (source);
|
||||
g_object_unref (target);
|
||||
g_object_unref (source);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user