X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=formats%2Fctf%2Ftypes%2Ffloat.c;h=d77cff53bea6676d9d3618366f0218f8beb93e54;hp=054e262452dc5edae4661950b43429b75e73924d;hb=e6b4b4f489f66decb680245a13e9e53abfe62ede;hpb=dcaa2e7d2902fbc35f1a8df30421c6d43bf15e8e diff --git a/formats/ctf/types/float.c b/formats/ctf/types/float.c index 054e2624..d77cff53 100644 --- a/formats/ctf/types/float.c +++ b/formats/ctf/types/float.c @@ -296,6 +296,6 @@ void __attribute__((constructor)) ctf_float_init(void) static void __attribute__((destructor)) ctf_float_fini(void) { - declaration_unref(&static_float_declaration->p); - declaration_unref(&static_double_declaration->p); + bt_declaration_unref(&static_float_declaration->p); + bt_declaration_unref(&static_double_declaration->p); }