Skip to content

Commit

Permalink
No need to null the service namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
JimSimons-UH committed Aug 20, 2021
1 parent a0f5215 commit 2f0d0bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/LeapMotion/Private/LeapWrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ LEAP_CONNECTION* FLeapWrapper::OpenConnection(const LeapWrapperCallbackInterface
Config.server_namespace = "Leap Service";
Config.size = sizeof(Config);
Config.flags = 0;
Config.server_namespace = nullptr;

eLeapRS result = LeapCreateConnection(&Config, &ConnectionHandle);
if (result == eLeapRS_Success) {
Expand Down

0 comments on commit 2f0d0bb

Please sign in to comment.