Skip to content

Commit a6d83fc

Browse files
committed
delete:not use return
1 parent 163d2d6 commit a6d83fc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

XEngine_Source/XEngine_ServiceApp/XEngine_HttpApp/XEngine_MemoryPool.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ class CXEngine_MemoryPoolEx
1919
if (NULL == lPtr)
2020
{
2121
XLOG_PRINT(xhLog, XENGINE_HELPCOMPONENTS_XLOG_IN_LOGLEVEL_ALERT, _X("内存池分配失败,系统面临崩溃!"));
22-
return;
2322
}
2423
}
2524
~CXEngine_MemoryPoolEx()

0 commit comments

Comments
 (0)