diff --git a/sources/Data/Database/Local/DBRecord.uc b/sources/Data/Database/Local/DBRecord.uc index e6d8a42..5137558 100644 --- a/sources/Data/Database/Local/DBRecord.uc +++ b/sources/Data/Database/Local/DBRecord.uc @@ -935,6 +935,7 @@ private final function FromAssociativeArray(AssociativeArray source) SetItem(storage.length, ConvertObjectToItem(iter.Get()), nextKey); } } + iter.FreeSelf(); } // Converts `AcediaObject` into it's internal representation.