mirror of
https://github.com/matrix-construct/construct
synced 2024-12-28 00:14:07 +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(pa == nullptr);
|
||||||
assert(pm->ca == nullptr);
|
assert(pm->ca == nullptr);
|
||||||
assert(pm->co == this);
|
assert(pm->co == this);
|
||||||
pm->ca = nullptr;
|
pm->co = nullptr;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue