mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 06:43:04 +01:00
Fixed bug, noted by Claudio in fb-devel
This commit is contained in:
parent
6812018a66
commit
11d4f648d4
@ -157,7 +157,7 @@ GarbageCollector::~GarbageCollector()
|
||||
Sync sync(&relData->m_sync, "GarbageCollector::~GarbageCollector");
|
||||
sync.lock(SYNC_EXCLUSIVE);
|
||||
|
||||
m_relations.remove(pos);
|
||||
m_relations[pos] = NULL;
|
||||
sync.unlock();
|
||||
delete relData;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user