diff --git a/saoriaccount.cpp b/saoriaccount.cpp
index a0c3084..24724a9 100644
--- a/saoriaccount.cpp
+++ b/saoriaccount.cpp
@@ -133,5 +133,6 @@
auto *reply = SaoriApplication::saori()->manager->post(request,data.toUtf8());
connect(reply,&QNetworkReply::finished,[=](){
emit posted(timeline,reply->error());
+ reply->deleteLater();
});
}
diff --git a/saoritootwidget.ui b/saoritootwidget.ui
index f8afa5f..cc807b4 100644
--- a/saoritootwidget.ui
+++ b/saoritootwidget.ui
@@ -98,5 +98,22 @@
-
+
+
+ pushButton_clear
+ clicked()
+ textEdit_toot
+ clear()
+
+
+ 263
+ 277
+
+
+ 199
+ 158
+
+
+
+