-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Hello
I'm fairly certain that a delete snap; call is missing for the Snapshots created here:
| snap = from.Snapshot(); |
| StringMapSnapshot snap = result.Snapshot(); |
It is being done here, so I'm assuming it's an oversight:
sm-json/addons/sourcemod/scripting/include/json.inc
Lines 219 to 221 in 9de367c
| 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working