0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-28 11:48:54 +02:00

ircd::json: Fix stack::object error.

This commit is contained in:
Jason Volk 2018-04-10 15:11:44 -07:00
parent bc4cb5cf8c
commit b244959c35

View file

@ -592,7 +592,7 @@ noexcept
assert(pa == nullptr);
assert(pm->ca == nullptr);
assert(pm->co == this);
pm->ca = nullptr;
pm->co = nullptr;
return;
}