8
0
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:
hvlad 2015-10-06 10:27:10 +00:00
parent f7b8139846
commit b7faf29697
2 changed files with 1 additions and 1 deletions

View File

@ -385,7 +385,6 @@ public:
public:
explicit JService(Jrd::Service* handle);
Firebird::Mutex mutex;
Jrd::Service* svc;
private:

View File

@ -3816,6 +3816,7 @@ void JService::freeEngineData(CheckStatusWrapper* user_status)
validateHandle(svc);
svc->detach();
svc = NULL;
}
catch (const Exception& ex)
{