summaryrefslogtreecommitdiffstats
path: root/mailnews/local/src/nsPop3Protocol.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mailnews/local/src/nsPop3Protocol.cpp')
-rw-r--r--mailnews/local/src/nsPop3Protocol.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/mailnews/local/src/nsPop3Protocol.cpp b/mailnews/local/src/nsPop3Protocol.cpp
index 825f45ab3..5d9d9145a 100644
--- a/mailnews/local/src/nsPop3Protocol.cpp
+++ b/mailnews/local/src/nsPop3Protocol.cpp
@@ -451,7 +451,6 @@ nsPop3Protocol::nsPop3Protocol(nsIURI* aURL)
m_totalFolderSize(0),
m_totalDownloadSize(0),
m_totalBytesReceived(0),
- m_lineStreamBuffer(nullptr),
m_pop3ConData(nullptr)
{
}
@@ -590,9 +589,6 @@ void nsPop3Protocol::Cleanup()
FreeMsgInfo();
PR_Free(m_pop3ConData->only_uidl);
PR_Free(m_pop3ConData);
-
- delete m_lineStreamBuffer;
- m_lineStreamBuffer = nullptr;
}
void nsPop3Protocol::SetCapFlag(uint32_t flag)