mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 05:23:03 +01:00
Removed unused mutex.
Fixed tiny memory leak.
This commit is contained in:
parent
f7b8139846
commit
b7faf29697
@ -385,7 +385,6 @@ public:
|
||||
|
||||
public:
|
||||
explicit JService(Jrd::Service* handle);
|
||||
Firebird::Mutex mutex;
|
||||
Jrd::Service* svc;
|
||||
|
||||
private:
|
||||
|
@ -3816,6 +3816,7 @@ void JService::freeEngineData(CheckStatusWrapper* user_status)
|
||||
validateHandle(svc);
|
||||
|
||||
svc->detach();
|
||||
svc = NULL;
|
||||
}
|
||||
catch (const Exception& ex)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user