mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 15:33:54 +01:00
ircd::json: Fix stack::object error.
This commit is contained in:
parent
bc4cb5cf8c
commit
b244959c35
1 changed files with 1 additions and 1 deletions
|
@ -592,7 +592,7 @@ noexcept
|
|||
assert(pa == nullptr);
|
||||
assert(pm->ca == nullptr);
|
||||
assert(pm->co == this);
|
||||
pm->ca = nullptr;
|
||||
pm->co = nullptr;
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue