add ref counting for cassandra callbacks

This commit is contained in:
CJ Cobb
2021-01-21 10:28:46 -05:00
parent 176f91e15c
commit eca85b3538
3 changed files with 10 additions and 3 deletions

View File

@@ -474,7 +474,7 @@ public:
if (next_->marker().size() == 0)
return "";
else
return std::string{next_->marker().data()[0]};
return ripple::strHex(std::string{next_->marker().data()[0]});
}
};