Skip to content

Commit ab12915

Browse files
committed
fixed #339
1 parent 9d3a62c commit ab12915

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/Base/Collections/Spring.Collections.MultiMaps.pas

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -565,6 +565,7 @@ constructor TMultiMapBase<TKey, TValue>.Create(
565565
fHashTable.Initialize(TypeInfo(TItems), @EqualsThunk, fKeyComparer);
566566

567567
fOnDestroy := TNotifyEventImpl.Create;
568+
fOnDestroy.UseFreeNotification := False;
568569
end;
569570

570571
destructor TMultiMapBase<TKey, TValue>.Destroy;

0 commit comments

Comments
 (0)