X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=formats%2Fctf%2Ftypes%2Ffloat.c;h=fc7c39c1b412f794151ae34cc6678489dc543d07;hp=d77cff53bea6676d9d3618366f0218f8beb93e54;hb=13fad8b6d8ad53a55baca25234a0c59aeff83a3b;hpb=e6b4b4f489f66decb680245a13e9e53abfe62ede diff --git a/formats/ctf/types/float.c b/formats/ctf/types/float.c index d77cff53..fc7c39c1 100644 --- a/formats/ctf/types/float.c +++ b/formats/ctf/types/float.c @@ -216,7 +216,7 @@ int ctf_float_read(struct stream_pos *ppos, struct definition *definition) } end_unref: - definition_unref(tmpdef); + bt_definition_unref(tmpdef); end: float_unlock(); return ret; @@ -272,7 +272,7 @@ int ctf_float_write(struct stream_pos *ppos, struct definition *definition) ret = _ctf_float_copy(ppos, float_definition, &srcp.parent, tmpfloat); end_unref: - definition_unref(tmpdef); + bt_definition_unref(tmpdef); end: float_unlock(); return ret;