diff --git a/sipXsupervisor/src/EmailNotifier.cpp b/sipXsupervisor/src/EmailNotifier.cpp
index 1a5177d..cb41ad5 100644
--- a/sipXsupervisor/src/EmailNotifier.cpp
+++ b/sipXsupervisor/src/EmailNotifier.cpp
@@ -108,7 +108,6 @@ OsStatus EmailNotifier::handleAlarm(const OsTime alarmTime,
    subjectParams.append(&titleStr);
    assembleMsg(mEmailStrSubject, subjectParams, tempStr);
    message.Subject(tempStr);
-   subjectParams.destroyAll();
 
    //execute the mail command for each user
    UtlSListIterator iterator(mContacts);
