deleted an unneeded line
This commit is contained in:
parent
797518df18
commit
d4444400f7
@ -331,7 +331,6 @@ public:
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
// TODO: are there any ways to achieve this without memory allocation?
|
// TODO: are there any ways to achieve this without memory allocation?
|
||||||
//lf = new TCallable<T> (QSE_CPP_RVREF(f));
|
|
||||||
lf = new(this->getMmgr()) TCallable<T> (QSE_CPP_RVREF(f));
|
lf = new(this->getMmgr()) TCallable<T> (QSE_CPP_RVREF(f));
|
||||||
}
|
}
|
||||||
catch (...)
|
catch (...)
|
||||||
|
@ -98,7 +98,7 @@ static int test1 (void)
|
|||||||
|
|
||||||
);
|
);
|
||||||
#else
|
#else
|
||||||
QSE::TcpServerF<ClientHandler> server /*(&heap_mmgr)*/;
|
QSE::TcpServerF<ClientHandler> server (&heap_mmgr);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
server.setThreadStackSize (256000);
|
server.setThreadStackSize (256000);
|
||||||
|
Loading…
Reference in New Issue
Block a user