We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cc40f7 commit 33369fbCopy full SHA for 33369fb
1 file changed
src/utils/psmovecli.cpp
@@ -157,6 +157,7 @@ class ListHandler : public psmoveapi::Handler {
157
{
158
char *host_address = psmove_port_get_host_bluetooth_address();
159
PSMOVE_INFO("Host address: %s", host_address ? host_address : "unknown");
160
+ psmove_free_mem(host_address);
161
}
162
163
virtual void connect(Controller *controller) {
0 commit comments