vijayyande / spserver

Automatically exported from code.google.com/p/spserver
Other
0 stars 0 forks source link

SP_IocpEventCallback :: onResponse Memory Leak #33

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Client timout ,server Memory leak
fixed:
void SP_IocpEventCallback :: onResponse( void * queueData, void * arg )

Line:419
Add :
//Modify By wang 2010-04-15
sidList->take( i );
msg->getFailure()->add( sid );

Original issue reported on code.google.com by wangshuq...@gmail.com on 4 May 2010 at 7:26

GoogleCodeExporter commented 9 years ago
请问使用的是什么版本?请把这段修改的前后文也一并贴一��
�,谢谢

Original comment by stephen....@gmail.com on 9 May 2010 at 3:44