8
0
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:
hvlad 2014-12-13 08:55:53 +00:00
parent 6812018a66
commit 11d4f648d4

View File

@ -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;
}