changeset 9433 | bd062398b648 |
parent 9380 | 07b7c1005a23 |
child 9561 | d8ad01792399 |
1.1 --- a/src/joystick/haiku/SDL_haikujoystick.cc Tue Mar 24 03:24:57 2015 -0400 1.2 +++ b/src/joystick/haiku/SDL_haikujoystick.cc Tue Mar 24 13:52:01 2015 -0400 1.3 @@ -228,7 +228,6 @@ 1.4 SDL_free(joystick->hwdata->new_hats); 1.5 SDL_free(joystick->hwdata->new_axes); 1.6 SDL_free(joystick->hwdata); 1.7 - joystick->hwdata = NULL; 1.8 } 1.9 } 1.10