Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Minor NAS tweak.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Oct 7, 2006
1 parent b42b8d3 commit 5f12a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audio/nas/SDL_nasaudio.c
Expand Up @@ -110,7 +110,7 @@ NAS_CloseDevice(_THIS)
this->hidden->aud = 0;
}
SDL_free(this->hidden);
this->hidden = NULL;
this2 = this->hidden = NULL;
}
}

Expand Down

0 comments on commit 5f12a7a

Please sign in to comment.