commit | 31594b98af0c9181982c77d8d3803753007f8fd4 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Sun Aug 30 17:33:04 2015 +0100 |
committer | Behdad Esfahbod <behdad@behdad.org> | Sun Aug 30 17:33:04 2015 +0100 |
tree | 6daa80b0c3e60877e2960f45300b235827a3681e | |
parent | 326b5ebf5748f547e4eb7388d66b79fe23130e2a [diff] |
[test] Fix test-object See previous commit.
diff --git a/test/api/test-object.c b/test/api/test-object.c index 4ea6f7c..02b9760 100644 --- a/test/api/test-object.c +++ b/test/api/test-object.c
@@ -357,10 +357,6 @@ g_assert (o->get_user_data (obj, &key[0])); o->destroy (obj); - o->destroy (obj); - o->destroy (obj); - o->destroy (obj); - o->destroy (obj); g_assert (data[0].freed); }