--- unit/test-gattrib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit/test-gattrib.c b/unit/test-gattrib.c index 9ced45c..228ef5b 100644 --- a/unit/test-gattrib.c +++ b/unit/test-gattrib.c @@ -124,7 +124,7 @@ static void destroy_canary_increment(gpointer data) static void test_refcount(struct context *cxt, gconstpointer unused) { GAttrib *extra_ref; - int destroy_canary; + int destroy_canary = 0; g_attrib_set_destroy_function(cxt->att, destroy_canary_increment, &destroy_canary); -- 2.1.0.rc2.206.gedb03e5 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html