diff --git a/src/sip/sipaccount.cpp b/src/sip/sipaccount.cpp
index 56c72f03457c393a5ecf5364fe217dc2f3c45302..0fab6b84360e4ee633ca348f203a858bea72b354 100644
--- a/src/sip/sipaccount.cpp
+++ b/src/sip/sipaccount.cpp
@@ -2119,7 +2119,6 @@ SIPAccount::sendTextMessage(const std::string& to, const std::map<std::string, s
 
     if (status != PJ_SUCCESS) {
         RING_ERR("Unable to send request: %s", sip_utils::sip_strerror(status).c_str());
-        delete t;
         return;
     }
 }