Skip to content

Memory leak with keys #291

@joente

Description

@joente

Describe the bug
When overwritting an existing key, it is possible that ThingsDB keep the key in memory even after the key is removed

To Reproduce

.t = thing();
.t['this is a test'] = 'abc';
.t['this is a test'] = 'def';

Expected behavior
Clean memory

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions