
The deleter for std::unique_ptr<GWBUF> was not included in that file which caused it to be deleted with the default deleter. The same should apply to std::unique_ptr<json_t> as well.
The deleter for std::unique_ptr<GWBUF> was not included in that file which caused it to be deleted with the default deleter. The same should apply to std::unique_ptr<json_t> as well.