Cleanup joystick deallocation.

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@43 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
sjbaker 2003-01-04 03:01:36 +00:00
parent c43d174e61
commit 0633ee283e
2 changed files with 3708 additions and 197 deletions

File diff suppressed because it is too large Load Diff

View File

@ -544,6 +544,7 @@ void fgJoystickClose( void )
#endif #endif
free ( fgJoystick ) ; free ( fgJoystick ) ;
fgJoystick = NULL ;
} }
/* /*