diff options
author | Steve Huston <shuston@riverace.com> | 2004-03-11 19:41:16 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2004-03-11 19:41:16 +0000 |
commit | e97065186dee512fd1267a197b84acaf25dcdd84 (patch) | |
tree | 8e550a7db6917ca45a9ea03a7fe55586f182de05 /ace/Asynch_IO.cpp | |
parent | 8013e82febd0bfb44de4a3a3fbe9cceb6dfef516 (diff) | |
download | ATCD-e97065186dee512fd1267a197b84acaf25dcdd84.tar.gz |
ChangeLogTag:Thu Mar 11 14:35:41 2004 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ace/Asynch_IO.cpp')
-rw-r--r-- | ace/Asynch_IO.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/Asynch_IO.cpp b/ace/Asynch_IO.cpp index f6678a0c11b..294a8497dd7 100644 --- a/ace/Asynch_IO.cpp +++ b/ace/Asynch_IO.cpp @@ -744,6 +744,9 @@ ACE_Asynch_Connect::ACE_Asynch_Connect (void) ACE_Asynch_Connect::~ACE_Asynch_Connect (void) { + // Delete the implementation. + delete this->implementation_; + this->implementation_ = 0; } int |