bindings: cxx: don't shift raw pointers around
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Thu, 26 Jan 2023 12:39:49 +0000 (13:39 +0100)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Thu, 26 Jan 2023 12:41:34 +0000 (13:41 +0100)
commit39b2d3e152c6e6bca0c76e4f2198a42b61dc84b3
tree234c82c9d1f26ac363c79c9e57a9bb1b572bf944
parentbbc0fe913fdd97e6cffc624e94eb7f8dbcab8413
bindings: cxx: don't shift raw pointers around

There are two leftover instances where we return raw C pointers from
local functions. For safety and consistency with the rest of the code
convert those functions to return unique_ptr.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
bindings/cxx/edge-event-buffer.cpp
bindings/cxx/line-config.cpp