Skip to content

Commit 07cef67

Browse files
committed
Fix freeze when joining with table open
Fix #16495
1 parent e5187b2 commit 07cef67

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/core/qgsvectorlayerjoinbuffer.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ bool QgsVectorLayerJoinBuffer::addJoin( const QgsVectorLayerJoinInfo &joinInfo )
8989
connectJoinedLayer( vl );
9090
}
9191

92+
locker.unlock();
93+
9294
emit joinedFieldsChanged();
9395
return true;
9496
}

0 commit comments

Comments
 (0)