X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=test%2Ftest_shared_ptr.c;h=fd737db1292327a423778e5cbcfc4594162ee33e;hp=a7ea152b40af3c109a0bf8548b1eb91cdd38f97c;hb=5242cb5a8634bfa38b9333ff7f903e718ac6e292;hpb=7b27a8f378d73a86e8ff5e4fa3285117362481c5 diff --git a/test/test_shared_ptr.c b/test/test_shared_ptr.c index a7ea152..fd737db 100644 --- a/test/test_shared_ptr.c +++ b/test/test_shared_ptr.c @@ -27,7 +27,7 @@ static void test(void) WRBUF w = wrbuf_alloc(); WRBUF_shptr_t t = 0; - + YAZ_SHPTR_INIT(t, w); YAZ_CHECK(t);