aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/async/nntp/MCNNTPFetchHeaderOperation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/async/nntp/MCNNTPFetchHeaderOperation.cpp')
-rw-r--r--src/async/nntp/MCNNTPFetchHeaderOperation.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/async/nntp/MCNNTPFetchHeaderOperation.cpp b/src/async/nntp/MCNNTPFetchHeaderOperation.cpp
index 386dc142..a1ca2b6a 100644
--- a/src/async/nntp/MCNNTPFetchHeaderOperation.cpp
+++ b/src/async/nntp/MCNNTPFetchHeaderOperation.cpp
@@ -18,10 +18,12 @@ NNTPFetchHeaderOperation::NNTPFetchHeaderOperation()
{
mMessageIndex = 0;
mHeader = NULL;
+ mGroupName = NULL;
}
NNTPFetchHeaderOperation::~NNTPFetchHeaderOperation()
{
+ MC_SAFE_RELEASE(mGroupName);
MC_SAFE_RELEASE(mHeader);
}