summaryrefslogtreecommitdiff
path: root/ace/Message_Queue.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1996-12-02 05:12:34 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1996-12-02 05:12:34 +0000
commit1e4a98505bbd038bd4057a8baa4dd75dc97e8124 (patch)
tree6f1e734ce679b92ebc5e54e8c1d53184d0a399a5 /ace/Message_Queue.cpp
parentd3355fd45d2b9c5a982a6bf0f64885188afd24d1 (diff)
downloadATCD-1e4a98505bbd038bd4057a8baa4dd75dc97e8124.tar.gz
barfoo
Diffstat (limited to 'ace/Message_Queue.cpp')
-rw-r--r--ace/Message_Queue.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/ace/Message_Queue.cpp b/ace/Message_Queue.cpp
index 4cd30b68f32..ed810652121 100644
--- a/ace/Message_Queue.cpp
+++ b/ace/Message_Queue.cpp
@@ -135,8 +135,7 @@ ACE_Message_Queue<ACE_SYNCH_2>::close (void)
delete temp;
}
- if (this->delete_notification_strategy_)
- delete this->delete_notification_strategy_;
+ delete this->notification_strategy_;
return res;
}