namespace definition_ref and definition_unref
[babeltrace.git] / types / enum.c
index 2ea40ba482449885355ae3dd95f30476e6dc8cb6..43df4eb4098326819c4f0a298ae523b90e1afa35 100644 (file)
@@ -461,7 +461,7 @@ void _enum_definition_free(struct definition *definition)
        struct definition_enum *_enum =
                container_of(definition, struct definition_enum, p);
 
-       definition_unref(&_enum->integer->p);
+       bt_definition_unref(&_enum->integer->p);
        free_definition_scope(_enum->p.scope);
        bt_declaration_unref(_enum->p.declaration);
        if (_enum->value)
This page took 0.022999 seconds and 4 git commands to generate.