Some missing from merge.

Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
Salja 2012-08-05 14:54:07 +02:00 committed by Antz
parent ec939a5bce
commit f4be15a7af
1895 changed files with 160408 additions and 53601 deletions

View file

@ -1,3 +1,5 @@
// $Id: TLI.cpp 96985 2013-04-11 15:50:32Z huangh $
// Defines the member functions for the base class of the ACE_TLI
// abstraction.
@ -49,6 +51,7 @@ ACE_TLI::ACE_TLI (void)
{
delete [] this->so_opt_req.opt.buf;
this->so_opt_req.opt.buf = 0;
return;
}
#endif /* ACE_HAS_SVR4_TLI */
}