mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 20:38:16 +08:00
v3.2.806-preview20231122
This commit is contained in:
@ -352,7 +352,7 @@ namespace FreeSql.Internal.ObjectPool
|
||||
}
|
||||
catch
|
||||
{
|
||||
Return(obj);
|
||||
Return(obj, true);
|
||||
throw;
|
||||
}
|
||||
|
||||
@ -404,7 +404,7 @@ namespace FreeSql.Internal.ObjectPool
|
||||
}
|
||||
catch
|
||||
{
|
||||
Return(obj);
|
||||
Return(obj, true);
|
||||
throw;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user