Skip to content

Commit

Permalink
Fix from Alfred Perlstein
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Nov 12, 2004
1 parent 3ea68bf commit 4a73f77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/joystick/bsd/SDL_sysjoystick.c
Expand Up @@ -160,6 +160,7 @@ SDL_SYS_JoystickInit(void)
SDL_numjoysticks++;
} else {
free(joynames[nj.index]);
joynames[nj.index] = NULL;
}
}
for (i = 0; i < MAX_JOY_JOYS; i++) {
Expand Down

0 comments on commit 4a73f77

Please sign in to comment.