projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c173c0b
)
Dispose test object
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 2 Apr 2012 11:59:55 +0000
(07:59 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 2 Apr 2012 13:09:11 +0000
(09:09 -0400)
While not very important, it means one less untested function
in the coverage report.
tests/refcount/objects2.c
patch
|
blob
|
history
diff --git
a/tests/refcount/objects2.c
b/tests/refcount/objects2.c
index 66a076bbc25905d880ca659b027ecda271699b45..b50bcc8783f7520ee5adb3c2cdc680efbc8302f8 100644
(file)
--- a/
tests/refcount/objects2.c
+++ b/
tests/refcount/objects2.c
@@
-111,6
+111,8
@@
main (int argc, char **argv)
my_test_do_refcount (test);
}
+ g_object_unref (test);
+
g_print ("\n");
return 0;