summaryrefslogtreecommitdiff
path: root/ace/WFMO_Reactor.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-02-21 01:53:35 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-02-21 01:53:35 +0000
commit931189681036692a160236f115ee012cc72650be (patch)
treec9500df71e868a1c689e9476eed411ccaf20a3dd /ace/WFMO_Reactor.cpp
parentc3d571f8f8dd3c7c6277cc9455a18c05e6484da6 (diff)
downloadATCD-931189681036692a160236f115ee012cc72650be.tar.gz
.
Diffstat (limited to 'ace/WFMO_Reactor.cpp')
-rw-r--r--ace/WFMO_Reactor.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/ace/WFMO_Reactor.cpp b/ace/WFMO_Reactor.cpp
index ddb03e7d922..cd689927ec5 100644
--- a/ace/WFMO_Reactor.cpp
+++ b/ace/WFMO_Reactor.cpp
@@ -65,10 +65,10 @@ ACE_WFMO_Reactor_Handler_Repository::open (size_t size)
ACE_WFMO_Reactor_Handler_Repository::~ACE_WFMO_Reactor_Handler_Repository (void)
{
// Free up dynamically allocated space
- delete[] this->current_handles_;
- delete[] this->current_info_;
- delete[] this->current_suspended_info_;
- delete[] this->to_be_added_info_;
+ delete [] this->current_handles_;
+ delete [] this->current_info_;
+ delete [] this->current_suspended_info_;
+ delete [] this->to_be_added_info_;
}
void