Closed Khatskevich closed 6 years ago
In case one calls flatten/unflatten on a lua table, it was converted to msgpack first. Before this patch the msgpack was not referenced, however was accessed in the flatten procedure by a raw pointer.
Closes #109
Pushed
In case one calls flatten/unflatten on a lua table, it was converted to msgpack first. Before this patch the msgpack was not referenced, however was accessed in the flatten procedure by a raw pointer.
Closes #109