projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
trying to resolve GSocketManager API mess: the meaning of Install/Uninstall_Callback...
[wxWidgets.git]
/
src
/
osx
/
core
/
hidjoystick.cpp
diff --git
a/src/osx/core/hidjoystick.cpp
b/src/osx/core/hidjoystick.cpp
index 2d6242d0b3842a6306e7435bb8abe7edfa8b0ba4..7f687653414f1a52f6a8f31919cfc66c2d73ce15 100644
(file)
--- a/
src/osx/core/hidjoystick.cpp
+++ b/
src/osx/core/hidjoystick.cpp
@@
-174,8
+174,7
@@
wxJoystick::~wxJoystick()
if (m_thread)
m_thread->Delete(); // It's detached so it will delete itself
- if (m_hid)
- delete m_hid;
+ delete m_hid;
}
//---------------------------------------------------------------------------