Skip to content

[Bug] Snapshots not deleted #22

@nickdnk

Description

@nickdnk

Hello

I'm fairly certain that a delete snap; call is missing for the Snapshots created here:

snap = from.Snapshot();
and here
StringMapSnapshot snap = result.Snapshot();

It is being done here, so I'm assuming it's an oversight:

if (snap != null) {
delete snap;
}

I'm sorry if this is wrong, but according to the documentation a Snapshot must be manually deleted, and I don't see how this can possibly be happening with the current code.

Thanks for a nice project though.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions