Rename: bt_put(), bt_get() -> bt_object_put_ref(), bt_object_get_ref()
[babeltrace.git] / lib / graph / notification / inactivity.c
index becf17e017e0e124730b640fc84270f6c3746982..605942e72ccda8fdf174ad289875413b18ce922d 100644 (file)
@@ -76,7 +76,7 @@ struct bt_notification *bt_notification_inactivity_create(
        goto end;
 
 error:
-       BT_PUT(ret_notif);
+       BT_OBJECT_PUT_REF_AND_RESET(ret_notif);
 
 end:
        return ret_notif;
This page took 0.023795 seconds and 4 git commands to generate.